Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 235 Bytes

README.rst

File metadata and controls

12 lines (9 loc) · 235 Bytes

LCRS website

Made with Django and Wagtail.

Running locally:

mkvirtualenv lcrsweb
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver