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
Nicholas J Anderson
whats-open
Commits
cc39f03b
Commit
cc39f03b
authored
Jan 29, 2013
by
Tyler Hallada
Browse files
Fixing path to local sqlite db
parent
582d6416
Changes
1
Hide whitespace changes
Inline
Side-by-side
whats_open/settings.py
View file @
cc39f03b
...
...
@@ -16,7 +16,7 @@ PROJECT_PATH = os.path.abspath(os.path.dirname(__file__))
DATABASES
=
{
'default'
:
{
'ENGINE'
:
'django.db.backends.sqlite3'
,
'NAME'
:
PROJECT_PATH
+
'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