Go to file
yaemiku c55008c6e2
[fix] csrf
2022-06-15 21:53:20 +02:00
core [fix] no posts? 2022-06-15 21:46:52 +02:00
media init 2022-06-15 12:52:58 +02:00
pdlzbs [fix] csrf 2022-06-15 21:53:20 +02:00
static init 2022-06-15 12:52:58 +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 init 2022-06-15 12:52:58 +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