Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nuages
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etch
nuages
Commits
51f72fe6
Commit
51f72fe6
authored
May 10, 2013
by
Joan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create a local_settings.py file for the local customizations
parent
1ac41277
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
.gitignore
.gitignore
+1
-1
README
README
+3
-2
settings.py
settings.py
+5
-0
No files found.
.gitignore
View file @
51f72fe6
...
@@ -4,4 +4,4 @@
...
@@ -4,4 +4,4 @@
fix
fix
settings.py
settings.py
staticroot
staticroot
local_settings.py
README
View file @
51f72fe6
...
@@ -37,9 +37,10 @@ Clone nuages archive somewhere in your home folder
...
@@ -37,9 +37,10 @@ Clone nuages archive somewhere in your home folder
# cd
# cd
# git clone http://git.domainepublic.net/git/nuages.git
# git clone http://git.domainepublic.net/git/nuages.git
Optionally edit project setings
You can have local customizations in the local_settings.py file
# vi settings.py
# cp settings.py local_settings.py
# vi local_settings.py
Build nuages database
Build nuages database
...
...
settings.py
View file @
51f72fe6
...
@@ -129,3 +129,8 @@ INSTALLED_APPS = (
...
@@ -129,3 +129,8 @@ INSTALLED_APPS = (
'request'
,
'request'
,
'registration'
'registration'
)
)
try
:
from
local_settings
import
*
except
ImportError
,
e
:
pass
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