Go to file
2010-12-31 21:21:30 +05:30
index silly syntax error 2010-12-31 21:21:30 +05:30
wsgi inital project layout 2010-03-02 20:01:11 +05:30
COPYING license + handle re-adding drive (somewhat) 2010-11-25 11:18:39 +01:00
fabfile.py editted fabfile 2010-03-02 22:48:26 +05:30
README inital project layout 2010-03-02 20:01:11 +05:30
requirements.txt corrected dateutil dependancy in requirements 2010-03-02 22:58:47 +05:30

index

Get:
    bzr branch PUBLIC_URL index
    cd index
    virtualenv .
    pip -E . install -r requirements.txt

Develop:
    create index/local_settings.py

    . bin/activate
    cd index
    python manage.py shell

    python manage.py runserver

Deploy:
    create index/local_settings.py

    create /etc/apache2/sites-availavle/sitename.conf