Skip to content

Super fast deploy with django-nonrel on Google App Engine. GAE, all django-nonrel dependencies, and django-registration are included

Notifications You must be signed in to change notification settings

lionelyoung/django-nonrel-appengine-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-nonrel and Google App Engine starter

  • Python 2.5+
  • virtualenv
  • django-permission-backend-nonrel: Enables Django Groups, which is normally disabled in nonrel, due to the implicit many-to-many relationship
  • virtualenv --python=python2.5 --no-site-packages .
  • source bin/activate
  • Include google_appengine in your PATH
  • Edit line 2 in myproject/app.yaml to point to your application
  • Change secret key in settings.py
  • Change into the myproject directory and run python manage deploy
  • Optional: python manage remote createsuperuser
  • Run devutils/smtp_server.py to view outgoing emails on stdout

About

Super fast deploy with django-nonrel on Google App Engine. GAE, all django-nonrel dependencies, and django-registration are included

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published