Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rex Dri
Rex Dri
Commits
f1c99e79
Commit
f1c99e79
authored
Aug 24, 2018
by
Florent Chehab
Browse files
Fix pipeline
parent
fc83e90e
Pipeline
#26526
passed with stages
in 1 minute and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
general/urls.py
View file @
f1c99e79
...
...
@@ -11,6 +11,8 @@ if settings.DEBUG:
urlpatterns
=
[
url
(
r
'^__debug__/'
,
include
(
debug_toolbar
.
urls
)),
]
else
:
urlpatterns
=
[]
urlpatterns
+=
[
url
(
r
'^admin/'
,
admin
.
site
.
urls
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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