djangoprojekt
This commit is contained in:
parent
2248c2f3bb
commit
de8f10e8dd
@ -14,8 +14,9 @@ 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
|
||||
urlpatterns = [
|
||||
path('posts/' , include('posts.urls')),
|
||||
path('admin/', admin.site.urls),
|
||||
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user