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
itminedu
synnefo
Commits
0aab4396
Commit
0aab4396
authored
Jan 16, 2012
by
Kostas Papadimitriou
Browse files
Fixed import and default settings
required for snf-dispatcher to run
parent
a353b40a
Changes
3
Hide whitespace changes
Inline
Side-by-side
snf-app/synnefo/app_settings/default/api.py
View file @
0aab4396
...
...
@@ -3,6 +3,9 @@
# API configuration
#####################
DEBUG
=
False
# Top-level URL for deployment. Numerous other URLs depend on this.
APP_INSTALL_URL
=
"https://host:port"
...
...
snf-app/synnefo/app_settings/default/ui.py
View file @
0aab4396
...
...
@@ -3,7 +3,6 @@
# UI settings
###################
from
synnefo.webproject.settings.default.site
import
*
from
synnefo.settings.default.admins
import
*
# API URL
...
...
snf-app/synnefo/logic/dispatcher.py
View file @
0aab4396
...
...
@@ -42,8 +42,8 @@ import sys
import
os
path
=
os
.
path
.
normpath
(
os
.
path
.
join
(
os
.
getcwd
(),
'..'
))
sys
.
path
.
append
(
path
)
import
synnefo.settings
as
settings
from
synnefo
import
settings
setup_environ
(
settings
)
from
amqplib
import
client_0_8
as
amqp
...
...
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