mirror of
https://github.com/bspeice/UNCCGameDay-Server
synced 2024-12-04 22:08:15 -05:00
Add the fully-qualified sqlite path
This commit is contained in:
parent
c367344441
commit
4bd46f9e71
@ -12,7 +12,7 @@ MANAGERS = ADMINS
|
|||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.sqlite3', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
|
'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:
|
# The following settings are not used with sqlite3:
|
||||||
'USER': '',
|
'USER': '',
|
||||||
'PASSWORD': '',
|
'PASSWORD': '',
|
||||||
|
Loading…
Reference in New Issue
Block a user