Skip to content
diN0bot edited this page Sep 13, 2010 · 2 revisions

INSTALLATION

  1. clone or fork from git http://github.com/diN0bot/djangostarter/tree/master
  2. cd to django project root and type
    1. ./manage syncdb
    2. ./manage runserver
  3. install dependencies, listed below, if necessary
  4. set up personal working environment in env
    1. env/CURRENT should contain name of personal folder
    2. specified personal folder should contain settings.py, which is imported at the bottom of the global settings.py
  5. specify which apps to install and run in the APP variable in the global settings.py file

Dependencies

Git

  • http://metastatic.org/source/git-osx.html
  • http://github.com/guides/git-cheat-sheet

Python Image Library (PIL) used by Imager (Weatherizer)

  • http://code.google.com/appengine/docs/python/images/installingPIL.html

Django Evolution (optional)

APPS

twitter

‘twitter’ provides a general framework (models, views, templates, lib) for twitter app development. It hierarchically contains specific twitter applications

twitter.imager (Weatherizer)

twitter.procrasdonate (ProcrasDonate)

THIS DOCUMENT

Formatted with Textile http://github.com/guides/textile-formatting