Skip to content

phyllers/GAE_Django14

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAE_Django14

Testing Django 1.4 on GAE using Python 2.7 and MySQL

This uploads to my own project on Google App Engine.

##Explicitly Pip Installed:

  • Django (1.4)
  • google-api-python-client (1.3.1)
  • MySQL-python (1.2.5)
  • oauth2client (1.4.2)
  • python-gflags (2.0)
  • simplejson (3.6.5)

##Things to remember:

Add google appengine to python path and run syncdb on production databases.

export PYTHONPATH="$PYTHONPATH:/home/user/google_appengine:/home/user/google_appengine/lib/django_1_3"
SETTINGS_MODE='prod' ./manage.py syncdb

##Handy Links:

About

Testing Django 1.4 on GAE using Python 2.7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published