Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
B
bmon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
energy
bmon
Commits
63ff3f76
Commit
63ff3f76
authored
Jan 29, 2020
by
Alan Mitchell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed import problem in "settings_example.py" file.
parent
d515266c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bmon/settings_example.py
bmon/settings_example.py
+1
-1
No files found.
bmon/settings_example.py
View file @
63ff3f76
##################################################
##################################################
# Django settings for BMON project #
# Django settings for BMON project #
##################################################
##################################################
from
.settings_common
import
*
import
logging
import
logging
# ----------------- Settings Specific to the Monitoring App ----------------------
# ----------------- Settings Specific to the Monitoring App ----------------------
...
@@ -145,6 +144,7 @@ DEBUG = False
...
@@ -145,6 +144,7 @@ DEBUG = False
BMSAPP_STATIC_APP_NAME
=
'bmon_static'
BMSAPP_STATIC_APP_NAME
=
'bmon_static'
# Import settings that are generally common to all installs of BMON.
# Import settings that are generally common to all installs of BMON.
from
.settings_common
import
*
# ----- If you need to override any of the settings in the 'settings_common.py' file
# ----- If you need to override any of the settings in the 'settings_common.py' file
# ----- do so below this point in this file.
# ----- do so below this point in this file.
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