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
e0277a21
Commit
e0277a21
authored
Jun 28, 2010
by
christophe siraut
Browse files
move db name
parent
252aeafc
Changes
5
Hide whitespace changes
Inline
Side-by-side
apache/settings.py-dp
View file @
e0277a21
...
...
@@ -15,7 +15,7 @@ ADMINS = (
MANAGERS = ADMINS
DATABASE_ENGINE = 'sqlite3' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
DATABASE_NAME = '/home/chris/django/nuages/nuage.sqlite' # Or path to database file if using sqlite3.
DATABASE_NAME = '/home/chris/django/nuages/nuage
s
.sqlite' # Or path to database file if using sqlite3.
DATABASE_USER = '' # Not used with sqlite3.
DATABASE_PASSWORD = '' # Not used with sqlite3.
DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3.
...
...
nuage.sqlite
View file @
e0277a21
No preview for this file type
nuage-demo.sqlite
→
nuage
s
-demo.sqlite
View file @
e0277a21
File moved
nuages.sqlite
0 → 100644
View file @
e0277a21
File added
settings.py
View file @
e0277a21
...
...
@@ -14,7 +14,7 @@ ADMINS = (
MANAGERS
=
ADMINS
DATABASE_ENGINE
=
'sqlite3'
# 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
DATABASE_NAME
=
'nuage.sqlite'
# Or path to database file if using sqlite3.
DATABASE_NAME
=
'nuage
s
.sqlite'
# Or path to database file if using sqlite3.
DATABASE_USER
=
''
# Not used with sqlite3.
DATABASE_PASSWORD
=
''
# Not used with sqlite3.
DATABASE_HOST
=
''
# Set to empty string for localhost. Not used with sqlite3.
...
...
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