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

fairdk/lcrs-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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