Absolute mess Website made for NukeOps guild
I promise, one day I'll make it look like actual webside instead of some html playground
| App | Desc |
|---|---|
| main_page | Community info Page |
| dice | D&D focused dice roller |
| stream | Bootleg stream platform |
| auth_app | Authentication system using default django auth model (for now, question mark) |
| error_handlers | Error handlers |
python -m venv .venv
# Windows
".\.venv\Scripts\activate.bat"
# Linux
source .venv/bin/activate
pip install requirements.txtpython manage.py runserver
python -O -m daphne nukeops.asgi:application