From 022a62c2db7eb65d4538a30b5189d4dd49da9b57 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Thu, 30 Mar 2023 09:58:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E2=80=94=20Fix=20settings=20for?= =?UTF-8?q?=20custom=20template/statics?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- umap/settings/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/umap/settings/base.py b/umap/settings/base.py index 49575758..0ceb421b 100644 --- a/umap/settings/base.py +++ b/umap/settings/base.py @@ -1,5 +1,6 @@ """Base settings shared by all environments""" # Import global settings to make it easier to extend settings. +from django.conf.global_settings import * from django.template.defaultfilters import slugify from django.conf.locale import LANG_INFO