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
|
# Boofilsic
|
||||||
An application allows you to mark any books, movies and more things you love.
|
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
|
## Install
|
||||||
Please see [doc/GUIDE.md](doc/GUIDE.md)
|
Please see [doc/GUIDE.md](doc/GUIDE.md)
|
||||||
|
|
|
@ -33,7 +33,7 @@ python3 manage.py check
|
||||||
|
|
||||||
Initialize database
|
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 users
|
||||||
python3 manage.py migrate
|
python3 manage.py migrate
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue