Include example project
This commit is contained in:
8
example_project/urls.py
Normal file
8
example_project/urls.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.contrib import admin
|
||||
from django.urls import path
|
||||
|
||||
urlpatterns = [
|
||||
path('', admin.site.urls),
|
||||
]
|
||||
Reference in New Issue
Block a user