Go to file
2010-03-02 22:51:03 +05:30
index include local_settings in settings 2010-03-02 22:51:03 +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 with j's scripts 2010-03-02 22:24:01 +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