Skip to content

Keep the files under 3000, and kickstart your Django development on Google AppEngine

Notifications You must be signed in to change notification settings

hermansc/django-appengine-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick-start

  1. Clone the repo:

    git clone [email protected]:hermansc/django-appengine-boilerplate.git
    
  2. cd to newly downladed files:

    cd django-appengine-boilerplate
    
  3. Run setup script:

    sh setup.sh
    

... Wait for the script to finish. Try with sudo if it gives permission errors.

  1. Test that it all works by "cd src/" and "python manage.py runserver"
  2. Bonus: could be a good idea to create a superuser too; "python manage.py createsuperuser"

Deployment

When deploying you should only deploy the src/ folder, which should contain ~3000 files.

What does it do?

The setup.sh script, basically just runs a bunch of commands i a series.

First, it downloads the following frameworks:

Second, it deletes docs/ extras/ scripts/ etc. from the django-nonrel installation and creates a backup of it in lib/ Same goes for the other frameworks: extract the module, create backup in lib/

In the end it just counts the total files in the src/ folder, which is to be deployed.

Contribute

Feel free to fork, contribute and contact me with ideas.

About

Keep the files under 3000, and kickstart your Django development on Google AppEngine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published