mirror of
https://github.com/umap-project/umap.git
synced 2025-05-04 21:51:50 +02:00
🐛 — Fix settings for custom template/statics
This commit is contained in:
parent
0116696ee6
commit
022a62c2db
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
"""Base settings shared by all environments"""
|
"""Base settings shared by all environments"""
|
||||||
# Import global settings to make it easier to extend settings.
|
# Import global settings to make it easier to extend settings.
|
||||||
|
from django.conf.global_settings import *
|
||||||
from django.template.defaultfilters import slugify
|
from django.template.defaultfilters import slugify
|
||||||
from django.conf.locale import LANG_INFO
|
from django.conf.locale import LANG_INFO
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue