-
Notifications
You must be signed in to change notification settings - Fork 0
Home
diN0bot edited this page Sep 13, 2010
·
2 revisions
- clone or fork from git http://github.com/diN0bot/djangostarter/tree/master
- cd to django project root and type
- ./manage syncdb
- ./manage runserver
- install dependencies, listed below, if necessary
- set up personal working environment in env
- env/CURRENT should contain name of personal folder
- specified personal folder should contain settings.py, which is imported at the bottom of the global settings.py
- specify which apps to install and run in the APP variable in the global settings.py file
- http://metastatic.org/source/git-osx.html
- http://github.com/guides/git-cheat-sheet
- http://code.google.com/appengine/docs/python/images/installingPIL.html
‘twitter’ provides a general framework (models, views, templates, lib) for twitter app development. It hierarchically contains specific twitter applications
Formatted with Textile http://github.com/guides/textile-formatting