Go to file
yaemiku f192df7909
many gpws
2023-01-18 23:20:12 +01:00
admin_ordering
core many gpws 2023-01-18 23:20:12 +01:00
db many gpws 2023-01-18 23:20:12 +01:00
filebrowser [func] filebrowser html link 2022-10-21 19:26:04 +02:00
media
pdlzbs [fix] select webpages 2022-11-09 21:02:16 +01:00
static [fix] all buttons the same height 2022-10-17 19:24:08 +02:00
tabbed_admin [func] tournament pages 2022-10-05 21:24:27 +02:00
templates/admin
theme many gpws 2023-01-18 23:20:12 +01:00
tinymce
tournamentpages [func] enable tournament buttons 2022-11-05 17:05:06 +01:00
.env
.gitignore
.prettierignore
README.md
manage.py
requirements.txt

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