info contain slugs only

This commit is contained in:
2022-06-17 16:11:18 +03:00
parent dc2f62d300
commit 50d2845c23
3 changed files with 9 additions and 8 deletions

View File

@@ -32,11 +32,12 @@ nginx -s reload
poetry install
poetry run python server.py
poetry run python server.py inbox
```
## Data prepare
Notice: you need db.sqlite3 file in your root folder or you have to migrate some data to see.
Also, you'll need to migrate some data
```
poetry run python migrate.py all