Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
concrexit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
70
Issues
70
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
thalia
concrexit
Commits
f61d00e8
Unverified
Commit
f61d00e8
authored
Jul 13, 2016
by
Thom Wiggers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow for local settings
Closes
#12
parent
671067b7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
.gitignore
.gitignore
+3
-0
website/thaliawebsite/settings/__init__.py
website/thaliawebsite/settings/__init__.py
+6
-0
website/thaliawebsite/settings/settings.py
website/thaliawebsite/settings/settings.py
+0
-0
No files found.
.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
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