minor doc fix
This commit is contained in:
parent
8f7a2f6f40
commit
0aca28304d
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue