🐛 — Fix settings for custom template/statics

This commit is contained in:
Luc Didry 2023-03-30 09:58:17 +02:00
parent 0116696ee6
commit 022a62c2db
No known key found for this signature in database
GPG key ID: EA868E12D0257E3C

View file

@ -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