minor doc fix

This commit is contained in:
Te Llamas 2022-11-02 04:59:01 +00:00
parent 8f7a2f6f40
commit 0aca28304d
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# Boofilsic
An application allows you to mark any books, movies and more things you love.
Depends on Mastodon.
Works with Mastodon API and Twitter API.
## Install
Please see [doc/GUIDE.md](doc/GUIDE.md)

View file

@ -33,7 +33,7 @@ python3 manage.py check
Initialize database
```
python3 manage.py makemigrations users books movies games music sync mastodon management collection
python3 manage.py makemigrations users books movies games music sync mastodon management collection timeline
python3 manage.py migrate users
python3 manage.py migrate
```