katajakasa / aetherguild3

Yet another backend design for aetherguild.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aetherguild3

Website project for https://aetherguild.net -- python3 required!

1. Installation

  1. Copy aetherguild/settings.py-dist to aetherguild/settings.py
  2. Edit the newly created aetherguild/settings.py.
  3. pip install --upgrade -r requirements.txt
  4. alembic upgrade head
  5. Start by running python -m aetherguild.backend.main.

2. License

MIT. Please see LICENSE for details.

About

Yet another backend design for aetherguild.net

License:MIT License


Languages

Language:Python 99.1%Language:Mako 0.9%