mirror of
https://github.com/bspeice/UNCCGameDay-Server
synced 2024-12-04 13:58:14 -05:00
Add the fully-qualified sqlite path
This commit is contained in:
parent
c367344441
commit
4bd46f9e71
@ -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': '',
|
||||
|
Loading…
Reference in New Issue
Block a user