Add: django makemigrations step to dev docs
This commit is contained in:
parent
688ae1d4b3
commit
fca7966aee
1 changed files with 5 additions and 1 deletions
|
@ -164,7 +164,11 @@ cp env-sample archivist/.env
|
|||
cd archivist
|
||||
```
|
||||
|
||||
- **Step 8:** Run django database migrations
|
||||
- **Step 8:** Crate and Run django database migrations
|
||||
|
||||
```Bash
|
||||
python manage.py makemigrations
|
||||
```
|
||||
|
||||
```bash
|
||||
python manage.py migrate
|
||||
|
|
Loading…
Reference in a new issue