Skip to content

Commit a7f4269

Browse files
20240417 - updates
1 parent e5c7c98 commit a7f4269

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

django.qmd

+4-2
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,14 @@ python3 manage.py runserver
158158

159159
# View in Browser
160160

161-
<http://127.0.0.1:8000>
162-
163161
<http://localhost:8000>
164162

163+
<http://127.0.0.1:8000>
164+
165165
# `Django` Admin Console
166166

167+
<http://localhost:8000/admin>
168+
167169
<http://127.0.0.1:8000/admin>
168170

169171
# Database

0 commit comments

Comments
 (0)