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
etch
nuages
Commits
51f72fe6
Commit
51f72fe6
authored
May 10, 2013
by
Joan
Browse files
Create a local_settings.py file for the local customizations
parent
1ac41277
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
51f72fe6
...
...
@@ -4,4 +4,4 @@
fix
settings.py
staticroot
local_settings.py
README
View file @
51f72fe6
...
...
@@ -37,9 +37,10 @@ Clone nuages archive somewhere in your home folder
# cd
# git clone http://git.domainepublic.net/git/nuages.git
Optionally edit project
setings
You can have local customizations in the local_
set
t
ings
.py file
# vi settings.py
# cp settings.py local_settings.py
# vi local_settings.py
Build nuages database
...
...
settings.py
View file @
51f72fe6
...
...
@@ -129,3 +129,8 @@ INSTALLED_APPS = (
'request'
,
'registration'
)
try
:
from
local_settings
import
*
except
ImportError
,
e
:
pass
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