Go to file
yaemiku 5e8f6c39d4
[fix] select webpages
2022-11-09 21:02:16 +01:00
admin_ordering [func] zarzad 2022-07-25 00:54:16 +02:00
core [func] filebrowser html link 2022-10-21 19:26:04 +02:00
db [func] filebrowser html link 2022-10-21 19:26:04 +02:00
filebrowser [func] filebrowser html link 2022-10-21 19:26:04 +02:00
media init 2022-06-15 12:52:58 +02:00
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 [fix] calendar and grand prix not prosed 2022-07-23 23:08:10 +02:00
theme [fix] all buttons the same height 2022-10-17 19:24:08 +02:00
tinymce [fix] tinymce and filebrowser linking 2022-07-25 22:15:16 +02:00
tournamentpages [func] enable tournament buttons 2022-11-05 17:05:06 +01:00
.env [func] tournament pages 2022-09-28 20:26:48 +02:00
.gitignore [func] added posts 2022-06-15 21:34:51 +02:00
.prettierignore [func] mlodziez 2022-07-27 05:19:53 +02:00
README.md init 2022-06-15 12:52:58 +02:00
manage.py init 2022-06-15 12:52:58 +02:00
requirements.txt [func] zarzad 2022-07-25 00:54:16 +02: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