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
John James
whats-open
Commits
1363d56e
Commit
1363d56e
authored
Nov 04, 2016
by
Daniel W Bond
Browse files
Merge branch 'docker_settings' into consolidation
parents
89f704e9
faaf63c8
Changes
3
Hide whitespace changes
Inline
Side-by-side
whats_open/whats_open/database/.keep
0 → 100644
View file @
1363d56e
whats_open/whats_open/settings/base.py
View file @
1363d56e
...
...
@@ -32,7 +32,7 @@ TEMPLATE_DEBUG = DEBUG
########## MANAGER CONFIGURATION
# See: https://docs.djangoproject.com/en/dev/ref/settings/#admins
ADMINS
=
(
(
'
Your Name'
,
'your_email@example.com
'
),
(
'
GMU SRCT'
,
'srct@gmu.edu
'
),
)
# See: https://docs.djangoproject.com/en/dev/ref/settings/#managers
...
...
@@ -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 @
1363d56e
...
...
@@ -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