Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
whats-open
Commits
f73e70d0
Commit
f73e70d0
authored
Sep 27, 2014
by
Renfred Harper
Browse files
Add database to directory
parent
f9f8be98
Changes
3
Hide whitespace changes
Inline
Side-by-side
whats_open/whats_open/database/.keep
0 → 100644
View file @
f73e70d0
whats_open/whats_open/settings/base.py
View file @
f73e70d0
...
...
@@ -45,7 +45,7 @@ MANAGERS = ADMINS
DATABASES
=
{
'default'
:
{
'ENGINE'
:
'django.db.backends.sqlite3'
,
'NAME'
:
normpath
(
join
(
DJANGO_ROOT
,
'database.db'
)),
'NAME'
:
normpath
(
join
(
DJANGO_ROOT
,
'database
/database
.db'
)),
'USER'
:
''
,
'PASSWORD'
:
''
,
'HOST'
:
''
,
...
...
whats_open/whats_open/settings/local.py
View file @
f73e70d0
...
...
@@ -27,7 +27,7 @@ EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
DATABASES
=
{
'default'
:
{
'ENGINE'
:
'django.db.backends.sqlite3'
,
'NAME'
:
normpath
(
join
(
DJANGO_ROOT
,
'database.db'
)),
'NAME'
:
normpath
(
join
(
DJANGO_ROOT
,
'database
/database
.db'
)),
'USER'
:
''
,
'PASSWORD'
:
''
,
'HOST'
:
''
,
...
...
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