settings: prevent ModuleNotFoundError
This commit is contained in:
parent
1730a8f54b
commit
d3b5b90d7a
|
@ -10,6 +10,7 @@ For Django settings see:
|
||||||
https://docs.djangoproject.com/en/3.1/topics/settings/
|
https://docs.djangoproject.com/en/3.1/topics/settings/
|
||||||
https://docs.djangoproject.com/en/3.1/ref/settings/
|
https://docs.djangoproject.com/en/3.1/ref/settings/
|
||||||
"""
|
"""
|
||||||
|
from django.utils import timezone
|
||||||
from zoneinfo import ZoneInfo
|
from zoneinfo import ZoneInfo
|
||||||
from .prod import *
|
from .prod import *
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user