Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
bookshare
Commits
b419afc4
Commit
b419afc4
authored
Feb 25, 2020
by
Daniel W Bond
Browse files
admin urls are imported differently, apparently
parent
a605a7eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
bookshare/settings/urls.py
View file @
b419afc4
...
...
@@ -52,7 +52,7 @@ urlpatterns = [
# admin pages
path
(
r
'^admin/doc/'
,
include
(
'django.contrib.admindocs.urls'
)),
path
(
r
'^admin/'
,
include
(
admin
.
site
.
urls
)
)
,
path
(
r
'^admin/'
,
admin
.
site
.
urls
),
# api
path
(
r
'^api/v1/'
,
include
(
'api.urls'
)),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment