Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 588 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 588 Bytes
ctm logo

TG-CTM

The Gatherings Common Task Management

Setup

The best way to go about this is to use Docker. Pull this repo, then run:

docker-compose up -d --build
docker-compose exec app python3 manage.py migrate

After this, you might want to create a user for logging in:

docker-compose exec app python3 manage.py createsuperuser

This user can be used to login in the admin panel, here: /admin