WarwickStudentArtsFestival / WSAF-Management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WSAF Management

Copy template.env to .env

Run docker compose up

Making Migrations

docker compose exec -it web /bin/bash
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser

Setting up without Docker

python -m venv .venv

.venv\Scripts\activate
.venv/bin/activate

pip install -U setuptools wheel pip uv
pip install -r .\config\requirements\dev_lock.txt

Note - on Windows, you may need to install Cygwin for uwsgi to install. Or use WSL.

About


Languages

Language:Python 66.3%Language:HTML 27.8%Language:JavaScript 4.0%Language:SCSS 1.0%Language:Shell 0.5%Language:Just 0.4%