Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
f61d00e8
Unverified
Commit
f61d00e8
authored
Jul 13, 2016
by
Thom Wiggers
📐
Browse files
Allow for local settings
Closes
#12
parent
671067b7
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
f61d00e8
...
...
@@ -11,6 +11,9 @@ db.sqlite3
website/media/
# Ignore local settings
website/settings/localsettings.py
# rope
.ropeproject/
...
...
website/thaliawebsite/settings/__init__.py
0 → 100644
View file @
f61d00e8
# flake8: noqa
from
.settings
import
*
try
:
from
.localsettings
import
*
except
ImportError
:
pass
website/thaliawebsite/settings.py
→
website/thaliawebsite/settings
/settings
.py
View file @
f61d00e8
File moved
Write
Preview
Supports
Markdown
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