Go to file
2011-11-10 20:29:35 +05:30
printaform char limit on short_name 2011-11-10 20:29:35 +05:30
wsgi -added templates in types 2011-11-10 10:02:23 -05:00
fabfile.py -added templates in types 2011-11-10 10:02:23 -05:00
README -added templates in types 2011-11-10 10:02:23 -05:00
requirements.txt -added templates in types 2011-11-10 10:02:23 -05:00

printaform

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

Develop:
    create printaform/local_settings.py

    . bin/activate
    cd printaform
    python manage.py shell

    python manage.py runserver

Deploy:
    create printaform/local_settings.py

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