En cours - Travail sur un conteneur afin de lancer l'application avec UWSGI

This commit is contained in:
2017-08-22 23:15:30 +02:00
parent 242b0edff0
commit 46f9fea2c2
2 changed files with 31 additions and 1 deletions

View File

@ -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'),
}
}