mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-09-22 08:06:05 +00:00
wip
This commit is contained in:
@@ -14,8 +14,10 @@ Including another URLconf
|
||||
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
|
||||
"""
|
||||
from django.contrib import admin
|
||||
from django.urls import path
|
||||
from django.urls import path, include
|
||||
from .app.urls import urlpatterns
|
||||
|
||||
urlpatterns = [
|
||||
path('', include(urlpatterns)),
|
||||
path('admin/', admin.site.urls),
|
||||
]
|
||||
|
Reference in New Issue
Block a user