Skip to content

liqd/liqd-site

Folders and files

NameName
Last commit message
Last commit date
Sep 26, 2024
Aug 25, 2022
Jul 11, 2024
Jul 15, 2024
Jul 10, 2024
Mar 1, 2023
Jul 11, 2024
Aug 18, 2022
Jul 10, 2024
Aug 30, 2022
Jul 2, 2024
Aug 25, 2022
Feb 21, 2023
Jul 15, 2024
Aug 17, 2022
Jul 2, 2024
Aug 23, 2022
Aug 25, 2022
Apr 12, 2016
Sep 25, 2024
Jul 10, 2024
Jul 2, 2024
Jul 2, 2024
Jul 2, 2024
Nov 30, 2020
Feb 19, 2021

Repository files navigation

Website for Liquid Democracy e.V.

The website uses the django-based CMS Wagtail, and Python 3.8

How to start

  1. clone repository
  2. cd liqd-site
  3. make install
  4. inside venv run python manage.py createsuperuser and create your admin account
  5. make watch
  6. website should be up and running at http://localhost:8006/
  7. browse to http://localhost:8006/admin to login with your admin account