Skip to content

Commit bdfb270

Browse files
20240416 - update migrations
1 parent 6d45439 commit bdfb270

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

django.qmd

+9
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,15 @@ Then, add app to the `Installed_Apps` section of `settings.py`:
131131

132132
- holds files for migrating the database as we create and change the database schema over time
133133

134+
# Update Migrations
135+
136+
```{python}
137+
#| eval: false
138+
139+
python3 manage.py makemigrations
140+
python3 manage.py migrate
141+
```
142+
134143
# Run `Django` Project
135144

136145
```{python}

0 commit comments

Comments
 (0)