Update README.md

This commit is contained in:
Adil Mohak 2024-01-15 01:07:42 +03:00 committed by GitHub
parent a844a45935
commit 30373cab91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,10 +75,6 @@ DEBUG=True
SECRET_KEY=[YOUR_SECRET_KEY] SECRET_KEY=[YOUR_SECRET_KEY]
``` ```
```bash
python manage.py makemigrations
```
```bash ```bash
python manage.py migrate python manage.py migrate
``` ```