Skip to content

Commit a3b9680

Browse files
committed
fix urls
1 parent 0d941a2 commit a3b9680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/get-started/create-app.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ To learn more about the ``sample_mflix`` database, see :atlas:`Sample Mflix Data
9090
from django.urls import include, path
9191

9292
urlpatterns = [
93-
path("sample_mflix/", include("sample_mflix.urls")),
93+
path("", include("sample_mflix.urls")),
9494
path("admin/", admin.site.urls),
9595
]
9696

0 commit comments

Comments
 (0)