Website for Liquid Democracy e.V.
The website uses the django-based CMS Wagtail, and Python 3.8
How to start
- clone repository
cd liqd-site
make install
- inside venv run
python manage.py createsuperuser
and create your admin account
make watch
- website should be up and running at http://localhost:8006/
- browse to http://localhost:8006/admin to login with your admin account