添加机器人路由
This commit is contained in:
parent
56a24de3cb
commit
7a9bf93f4b
|
@ -15,8 +15,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('admin/', admin.site.urls),
|
||||
path('', include('apps.jqr.urls')),
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue