Begin implementing Drilldown functionality

This commit is contained in:
2022-07-21 13:46:48 +01:00
parent e047a986e9
commit e866277f52
10 changed files with 57 additions and 28 deletions

View File

@@ -16,7 +16,6 @@ from pathlib import Path
# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/4.0/howto/deployment/checklist/
@@ -126,3 +125,6 @@ DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
AUTH_USER_MODEL = "core.User"
LOGIN_REDIRECT_URL = "/"
from app.local_settings import * # noqa