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

Latest commit

 

History

History
18 lines (14 loc) · 600 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 600 Bytes

Hellios

Hellios is a Django-based web application developed for the Jonge Democraten. The application is a custom CMS for presenting the political programme and the accepted proposals of the Jonge Democraten.

Requires Python 3.3+

Quick install

  1. $ ./clean_env.sh
  2. $ ./build_env.sh
  3. $ source ./env/bin/activate
  4. $ cp pmsite/local_settings_example.py pmsite/local_settings.py
  5. Edit local_settings.py to reflect your local setup. Instructions are in the comments.
  6. $ python manage.py migrate
  7. $ python manage.py createsuperuser
  8. $ python manage.py runserver