A website application and content management system developed for the Jonge Democraten.
Based on Python 3.4+, Django and Mezzanine. Open-source and under the MIT-licence.
Detailed instructions can be found in the developer documentation.
$ ./clean_env.sh$ ./build_env.sh$ source ./env/bin/activate$ python create_local_settings.py$ website/manage.py createdb$ website/manage.py loaddata demo_dataoptional, loads demo data (login: admin/admin)$ website/manage.py runserver
Windows installation instructions (development only)
