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
80ee0be8
Commit
80ee0be8
authored
Jan 30, 2013
by
Tyler Hallada
Browse files
Absolute path for db and specify admin
parent
6d3d532b
Changes
1
Hide whitespace changes
Inline
Side-by-side
whats_open/settings.py
View file @
80ee0be8
...
...
@@ -7,7 +7,7 @@ DEBUG = True
TEMPLATE_DEBUG
=
DEBUG
ADMINS
=
(
# ('Your Name', 'your_email@example.com
'),
(
'Tyler Hallada'
,
'thallada@gmu.edu
'
),
)
MANAGERS
=
ADMINS
...
...
@@ -17,7 +17,7 @@ PROJECT_PATH = os.path.abspath(os.path.dirname(__file__))
DATABASES
=
{
'default'
:
{
'ENGINE'
:
'django.db.backends.sqlite3'
,
'NAME'
:
'database.db'
'NAME'
:
PROJECT_PATH
+
'database.db'
}
}
...
...
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