Skip to content

Barebones Djangae application for those who want to hit the ground running!

License

Notifications You must be signed in to change notification settings

tifereth/djangae-scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Djangae Scaffold Project

This is a barebones Django project configured for use on App Engine using https://github.com/potatolondon/djangae

To get started:

  • Clone this repo (don't forgot to change the origin to your own repo!)
  • Run ./install_deps (this will pip install requirements, and download the App Engine SDK)
  • python manage.py checksecure --settings=scaffold.settings_live
  • python manage.py runserver

The install_deps helper script will install dependencies into a 'sitepackages' folder which is added to the path. Each time you run it your sitepackages will be wiped out and reinstalled with pip. The SDK will only be downloaded the first time (as it's a large download).

About

Barebones Djangae application for those who want to hit the ground running!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published