Skip to content

nuke-ops/Website

Repository files navigation

nukeops.com

CodeQL Django CI

Absolute mess Website made for NukeOps guild I promise, one day I'll make it look like actual webside instead of some html playground

How to setup

Make an env and install requirements
python -m venv .venv

# Windows
".\.venv\Scripts\activate.bat"
# Linux
source .venv/bin/activate

pip install requirements.txt

run

Debug

python manage.py runserver

Production

python -O -m daphne nukeops.asgi:application

Apps

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