Skip to content

Commit 2fd06df

Browse files
committed
url order
1 parent a3b9680 commit 2fd06df

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,8 +90,8 @@ 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("", include("sample_mflix.urls")),
9493
path("admin/", admin.site.urls),
94+
path("", include("sample_mflix.urls")),
9595
]
9696

9797
.. step:: Create templates to format your data

0 commit comments

Comments
 (0)