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 0d941a2 commit a3b9680Copy full SHA for a3b9680
source/get-started/create-app.txt
@@ -90,7 +90,7 @@ To learn more about the ``sample_mflix`` database, see :atlas:`Sample Mflix Data
90
from django.urls import include, path
91
92
urlpatterns = [
93
- path("sample_mflix/", include("sample_mflix.urls")),
+ path("", include("sample_mflix.urls")),
94
path("admin/", admin.site.urls),
95
]
96
0 commit comments