En cours - Travail sur un conteneur afin de lancer l'application avec UWSGI
This commit is contained in:
@ -78,7 +78,7 @@ WSGI_APPLICATION = 'collection.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'),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user