Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 224 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 224 Bytes

To run this site:

pip install django
pip install -r requirements.txt

./manage.py migrate
./manage.py runserver

Adding a page in extinctionr/info/templates/pages/ makes it automatically available at /pagename