Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a7052e50
authored
Jan 15, 2014
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
circle: keep DJANGO_URL envvar optional
parent
e22d9742
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 @
a7052e50
...
@@ -38,7 +38,7 @@ SITE_ROOT = dirname(DJANGO_ROOT)
...
@@ -38,7 +38,7 @@ SITE_ROOT = dirname(DJANGO_ROOT)
SITE_NAME
=
basename
(
DJANGO_ROOT
)
SITE_NAME
=
basename
(
DJANGO_ROOT
)
# Url to site: (e.g. http://localhost:8080/)
# Url to site: (e.g. http://localhost:8080/)
DJANGO_URL
=
get_env_variable
(
'DJANGO_URL'
)
DJANGO_URL
=
get_env_variable
(
'DJANGO_URL'
,
'/'
)
# Add our project to our pythonpath, this way we don't need to type our project
# Add our project to our pythonpath, this way we don't need to type our project
# name in our dotted import paths:
# 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