view README @ 161:a2ec4d3c59e8

Persona thumbnails in the edit page can now be moused-over/clicked to preview the persona just like on the list page.
author Atul Varma <varmaa@toolness.com>
date Fri, 04 Apr 2008 16:01:35 -0700
parents 9bcc77e37c19
children cd24b475ca76
line wrap: on
line source

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

The Personas Backend currently uses the latest SVN trunnk of Django,
which can be retrieved here:

  http://code.djangoproject.com/svn/django/trunk

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.