Add: django makemigrations step to dev docs

This commit is contained in:
Aroy-Art 2024-11-04 10:27:41 +01:00
parent 688ae1d4b3
commit fca7966aee
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -164,7 +164,11 @@ cp env-sample archivist/.env
cd archivist cd archivist
``` ```
- **Step 8:** Run django database migrations - **Step 8:** Crate and Run django database migrations
```Bash
python manage.py makemigrations
```
```bash ```bash
python manage.py migrate python manage.py migrate