mirror of
				https://github.com/bspeice/UNCCGameDay-Server
				synced 2025-11-03 18:00:45 -05:00 
			
		
		
		
	Add the fully-qualified sqlite path
This commit is contained in:
		@ -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': '',
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user