Absolute mess Website made for NukeOps guild
I promise, one day I'll make it look like actual webside instead of some html playground
python -m venv .venv
# Windows
".\.venv\Scripts\activate.bat"
# Linux
source .venv/bin/activate
pip install requirements.txt
python manage.py runserver
python -O -m daphne nukeops.asgi:application
App | Desc |
---|---|
main_page | Main 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 |