Go to file
yaemiku 6c69e46a1e
[fix] change summernote theme
2022-07-06 23:36:29 +02:00
core [fix] change summernote theme 2022-07-06 23:36:29 +02:00
media init 2022-06-15 12:52:58 +02:00
pdlzbs [fix] change summernote theme 2022-07-06 23:36:29 +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 [fix] change summernote theme 2022-07-06 23:36:29 +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 init 2022-06-15 12:52:58 +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