Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 303 Bytes

README.rst

File metadata and controls

11 lines (9 loc) · 303 Bytes

This will be a Django project for managing bazaar-backed wikis and producing static websites.

Installation:

virtualenv.py .
git clone [email protected]:ejucovy/django-svenweb svenweb
. ./bin/activate
cd svenweb
pip install -r req.txt
./manage.py syncdb
./manage.py runserver