This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
run ./unpack.sh to create the django directory structure. | |
make a virtualenv using requirements.txt and enter it. | |
run ./manage.py syncdb to create databases (sqlite3 by default). | |
Now you can run the app with ./manage.py runserver | |
To push back to gist, run ./pack.sh to copy the changed | |
files to where gist expects to find them, and commit | |
as usual. | |
Please update unpack.sh and pack.sh if you add/remove files. |