Go to file
yaemiku 985efd8d7d
[fix] smaller columns on home page
2022-07-26 02:10:32 +02:00
admin_ordering
core [fix] smaller columns on home page 2022-07-26 02:10:32 +02:00
db [func] arrange and reorder buttons on the homepage 2022-07-25 23:16:10 +02:00
filebrowser
media
pdlzbs [func] arrange and reorder buttons on the homepage 2022-07-25 23:16:10 +02:00
static [fix] tinymce and filebrowser linking 2022-07-25 22:15:16 +02:00
templates/admin
theme [fix] smaller columns on home page 2022-07-26 02:10:32 +02:00
tinymce [fix] tinymce and filebrowser linking 2022-07-25 22:15:16 +02:00
.gitignore
.prettierignore
.worktime [func] arrange and reorder buttons on the homepage 2022-07-25 23:16:10 +02:00
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