Go to file
yaemiku 4cd9f78065
Fix logout
2023-12-26 05:03:40 +01:00
admin_ordering [func] zarzad 2022-07-25 00:54:16 +02:00
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 init 2022-06-15 12:52:58 +02:00
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 [func] tournament pages 2022-10-05 21:24:27 +02:00
templates/admin Fix logout 2023-12-26 05:03:40 +01:00
theme smaller margins prose h2 and table 2023-06-01 23:44:16 +02:00
tinymce [fix] tinymce and filebrowser linking 2022-07-25 22:15:16 +02:00
tournamentpages dynamic buttons 2023-05-13 20:14:47 +02: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
db.sqlite3.bak many gpws 2023-05-31 21:04:29 +02:00
manage.py init 2022-06-15 12:52:58 +02:00
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