Polish doc for creating help entry. Resolve #2176.
This commit is contained in:
parent
d00ed3f82a
commit
d6fbd1572f
2 changed files with 34 additions and 13 deletions
|
|
@ -23,7 +23,10 @@ urlpatterns = [
|
|||
# webclient
|
||||
path("webclient/", include("web.webclient.urls")),
|
||||
# web admin
|
||||
path("admin/", include("web.admin.urls"))
|
||||
path("admin/", include("web.admin.urls")),
|
||||
|
||||
# add any extra urls here:
|
||||
# path("mypath/", include("path.to.my.urls.file")),
|
||||
]
|
||||
|
||||
# 'urlpatterns' must be named such for Django to find it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue