Skip to content

Commit c8db69f

Browse files
20240421 - ORM
1 parent ace89cc commit c8db69f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

django.qmd

+10
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,16 @@ python3 manage.py runserver
274274

275275
<http://127.0.0.1:8000/admin>
276276

277+
# Query Database with ORM
278+
279+
Object-Relational Mapper (ORM)
280+
281+
```{python}
282+
#| eval: false
283+
284+
python3 manage.py shell
285+
```
286+
277287
# Database
278288

279289
<http://localhost>

0 commit comments

Comments
 (0)