Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
CTB
ctb-platform-backend-antigo
Commits
7da74ee5
Commit
7da74ee5
authored
Apr 29, 2019
by
Leonardo Piccioni de Almeida
Browse files
Change default Django Admin URL.
parent
8b79bee7
Pipeline
#7310
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
config/settings/base.py
config/settings/base.py
+1
-1
No files found.
config/settings/base.py
View file @
7da74ee5
...
...
@@ -346,7 +346,7 @@ AUTOSLUG_SLUGIFY_FUNCTION = 'slugify.slugify'
# Custom Admin URL, use {% url 'admin:index' %}
ADMIN_URL
=
env
(
'DJANGO_ADMIN_URL'
,
default
=
r
'^django/'
)
ADMIN_URL
=
env
(
'DJANGO_ADMIN_URL'
,
default
=
r
'^django/
admin/
'
)
# Django cors
# ------------------------------------------------------------------------------
...
...
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