Go to file
yaemiku 92069aa6cb
[fix] wrong administration members formatting
2022-07-07 02:39:40 +02:00
core [fix] wrong administration members formatting 2022-07-07 02:39:40 +02:00
media init 2022-06-15 12:52:58 +02:00
pdlzbs big update 2022-07-07 02:30:36 +02:00
static [fix] change summernote theme 2022-07-06 23:36:29 +02:00
templates/admin init 2022-06-15 12:52:58 +02:00
.gitignore [func] added posts 2022-06-15 21:34:51 +02:00
.prettierignore init 2022-06-15 12:52:58 +02:00
.worktime big update 2022-07-07 02:30:36 +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 big update 2022-07-07 02:30:36 +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