feat [front]: adjust admin container display

This commit is contained in:
Alice 2022-04-09 00:35:49 +02:00
parent 07fc80d04a
commit b6c6514ad5
2 changed files with 2 additions and 2 deletions

View file

@ -27,6 +27,6 @@ DEFAULT_FROM_EMAIL = "cineclub-contact@ens.fr"
DATABASES = {
"default": {
"ENGINE": "django.db.backends.sqlite3",
"NAME": BASE_DIR.parent / "db.sqlite3",
"NAME": BASE_DIR / "db.sqlite3",
}
}