We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995ed37 commit 2ae6c36Copy full SHA for 2ae6c36
1 file changed
README.md
@@ -133,6 +133,7 @@ The Hardhat Enterprises Website is a comprehensive Django-based cybersecurity pl
133
134
3. **Run migrations**:
135
```bash
136
+ python manage.py makemigrations #Delete Intial migration file and run this command to generate any changes from models.py file
137
python manage.py migrate
138
python manage.py populate_database
139
```
0 commit comments