crazy stuff here

This commit is contained in:
ducoterra
2020-04-22 15:47:12 -04:00
parent 9cc9e65fac
commit 030f1fb73d
5 changed files with 34 additions and 13 deletions

View File

@@ -76,7 +76,7 @@ WSGI_APPLICATION = 'config.wsgi.application'
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
'NAME': os.path.join(BASE_DIR, 'db/db.sqlite3'),
}
}