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+
$ ./clean_env.sh
$ ./build_env.sh
$ source ./env/bin/activate
$ cp pmsite/local_settings_example.py pmsite/local_settings.py
- Edit
local_settings.py
to reflect your local setup. Instructions are in the comments. $ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver