Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 601 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 601 Bytes

GAE_Django17

Google App Engine using Python 2.7, Django 1.7, MySQL

This app runs and deploys on my own personal GAE project. It uses a zip version of Django 1.7.

Hosted Here

Make sure SASS is installed. SASS files are compiled from sass/ into the static/css/ directory.

For SASS: run this from root directory

sass --watch sass/main.sass:static/css/main.css

NOTE: Google's Python Development Server does NOT come with pycrypto and must be added to local installed in local virtual environment used to run dev_appserver.py