Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE3
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
5
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
cbb6c0b8
authored
Jan 18, 2022
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DJANGO_URL default value fix
parent
b1684905
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
circle/circle/settings/base.py
+1
-1
No files found.
circle/circle/settings/base.py
View file @
cbb6c0b8
...
...
@@ -59,7 +59,7 @@ SITE_ROOT = dirname(BASE_DIR)
SITE_NAME
=
basename
(
BASE_DIR
)
# Url to site: (e.g. http://localhost:8080/)
DJANGO_URL
=
get_env_variable
(
'DJANGO_URL'
,
'/'
)
DJANGO_URL
=
get_env_variable
(
'DJANGO_URL'
,
'
http://localhost:8080
/'
)
# Add our project to our pythonpath, this way we don't need to type our project
# name in our dotted import paths:
...
...
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