view README.txt @ 48:985339334890

Changed the dir into which uploaded headers/footers are placed and added them to .hgignore.
author Atul Varma <varmaa@toolness.com>
date Tue, 04 Mar 2008 18:13:17 -0600
parents 538a6b016ad0
children 4108a1d30e36
line wrap: on
line source

Personas Backend Readme
=======================

The Personas Backend currently uses Django 0.96, which can be
retrieved here:

  http://www.djangoproject.com/download/0.96.1/tarball/

It's also assumed that you are running Python 2.5 or later.  While
this project may run under earlier versions of Python, there are no
guarantees.

To run the web application, cd into the 'PersonasBackend' directory
and run:

  python manage.py syncdb
  python manage.py runserver

To run all unit tests, use:

  python manage.py test

If you need more help, try:

  python manage.py --help

More information can be found in the 'notes' subdirectory.