Go to file
2010-06-09 20:00:34 +05:30
index added files/ 2010-06-09 20:00:34 +05:30
wsgi inital project layout 2010-03-02 20:01:11 +05:30
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