We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#Install Ubuntu or Debian users can usually install the prerequisites by:
$ sudo apt-get install python2.7 postgresql python-psycopg2 apache2 libapache-mod-wsgi python-setuptools git
$ sudo easy_install django
$ sudo easy_install django-dajaxice
$ sudo easy_install gitpython
$sudo easy_install south
To use the default sqlite database simply run the following command to get started
python manage.py setup