Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 1.5 KB

README.rst

File metadata and controls

51 lines (29 loc) · 1.5 KB

Quick-start

  1. Clone the repo:

    git clone [email protected]:lordlarm/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.