miklevtsov

Results 1 comments of miklevtsov

I use [https://django-constance.readthedocs.io/en/latest/](url) for configuring stuff like this. For example: ```python CONSTANCE_CONFIG = { "MAINTENANCE_ENABLED": (False, "Maintenance mode is enabled", bool), "MAINTENANCE_END": (datetime(2023, 11, 7, 11), "Maintenance mode end", datetime),...