Add the fully-qualified sqlite path

master
Bradlee Speice 2013-10-18 18:08:04 -04:00
parent c367344441
commit 4bd46f9e71
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ MANAGERS = ADMINS
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
'NAME': 'gameday.sqlite', # Or path to database file if using sqlite3.
'NAME': '/home/bspeice/github/UNCCGameDay-Server/uncc_gameday/gameday.sqlite', # Or path to database file if using sqlite3.
# The following settings are not used with sqlite3:
'USER': '',
'PASSWORD': '',