Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 748 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 748 Bytes

hs_pages

Help pages based on Mezzanine / Django

requires.io

Requirements Status

How to run

Clone this repository.

Using the console, cd into hs_pages folder (or whatever name you chose when cloning it).

Run docker build -t hs_pages . and then docker run -p 8000:8000 -d -t hs_pages

You will need a copy of the sqlite database, which you can load point to by changing the DATABASES.NAME in local_settings.py.

Or you can load fixtures using:

python manage.py loaddata pagemill-fixtures.json
python manage.py createsuperuser --noinput