Go to file
yaemiku 9de4f15d3c
Fix logout
2023-12-26 05:13:56 +01:00
admin_ordering
core many gpws 2023-05-31 21:04:29 +02:00
db many gpws 2023-05-31 21:04:29 +02:00
filebrowser [func] filebrowser html link 2022-10-21 19:26:04 +02:00
media
pdlzbs Sync 2023-12-26 04:54:05 +01:00
static smaller margins prose h2 and table 2023-06-01 23:44:16 +02:00
tabbed_admin
templates/admin Fix logout 2023-12-26 05:13:56 +01:00
theme smaller margins prose h2 and table 2023-06-01 23:44:16 +02:00
tinymce
tournamentpages dynamic buttons 2023-05-13 20:14:47 +02:00
.env
.gitignore
.prettierignore
README.md
db.sqlite3.bak many gpws 2023-05-31 21:04:29 +02:00
manage.py
requirements.txt Sync 2023-12-26 04:54:05 +01:00

README.md

Development environment

Setup

$ pip install -r requirements.txt
$ ./manage.py tailwind install
$ ./manage.py migrate

Running

$ ./manage.py tailwind start
$ ./manage.py runserver