Skip to content

WarwickStudentArtsFestival/WSAF-Management

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 3

  •  
  •  
  •