Mercurial > personas_backend
changeset 16:538a6b016ad0
Added a README.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Fri, 15 Feb 2008 11:49:24 -0600 |
parents | e64d3f433aaf |
children | 3dea78f62383 |
files | README.txt |
diffstat | 1 files changed, 27 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.txt Fri Feb 15 11:49:24 2008 -0600 @@ -0,0 +1,27 @@ +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.