Testing
Go to file
eliott ff6d99b054 Fixed regression issue with last change.
Fixed wrong path on render_response import.
2007-12-29 15:36:11 -08:00
devel Fixed regression issue with last change. 2007-12-29 15:36:11 -08:00
lib Modified render_template and renamed it to render_response (consistent with 2007-12-29 15:34:02 -08:00
media Added admin-media files. 2007-12-29 14:52:45 -08:00
news Modified render_template and renamed it to render_response (consistent with 2007-12-29 15:34:02 -08:00
packages Modified render_template and renamed it to render_response (consistent with 2007-12-29 15:34:02 -08:00
public Modified render_template and renamed it to render_response (consistent with 2007-12-29 15:34:02 -08:00
scripts removed helper script 2007-12-29 14:53:21 -08:00
templates Modified render_template and renamed it to render_response (consistent with 2007-12-29 15:34:02 -08:00
todolists Modified render_template and renamed it to render_response (consistent with 2007-12-29 15:34:02 -08:00
wiki Modified render_template and renamed it to render_response (consistent with 2007-12-29 15:34:02 -08:00
__init__.py Initial import for public release... 2007-11-03 03:45:10 -04:00
.gitignore Initial import for public release... 2007-11-03 03:45:10 -04:00
AUTHORS Initial import for public release... 2007-11-03 03:45:10 -04:00
feeds.py renamed imports 2007-12-22 16:21:21 -05:00
HACKING Added hacking doc. 2007-11-06 21:02:33 -05:00
LICENSE Initial import for public release... 2007-11-03 03:45:10 -04:00
local_settings.py.example removed need to specify deploypath manually 2007-12-23 00:35:10 -05:00
manage.py Initial import for public release... 2007-11-03 03:45:10 -04:00
README Updated readme 2007-12-29 14:49:45 -08:00
settings.py Moved common to public 2007-12-29 15:07:19 -08:00
urls.py Added DEBUG ability to serve static files with runserver. 2007-12-29 14:52:17 -08:00

# License
 See LICENSE file.

# Authors
 See AUTHORS file.

# Dependencies
 - python
 - mysql-python
 - Django = 0.96

# Installation
For a simple testing installation:

 1. Install dependencies.
 2. Configure database
 3. Populate database with test data
 4. Use the following commands to start a service instance
   export PYTHONPATH=`pwd`:${PYTHONPATH} 
   export DJANGO_SETTINGS_MODULE=archweb_dev.settings 
   python manage.py runserver