Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

fix: add django-cron to installed apps #129

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
https://docs.djangoproject.com/en/1.11/ref/settings/
"""

from importlib import import_module
import os
import sys
from importlib import import_module

# django
from django.contrib.messages import constants as messages
Expand Down Expand Up @@ -109,6 +109,7 @@ def get_local_value(key, default_value):
'loginas',
'rest_framework',
'webpack_loader',
'django_cron',

# internal
'regions',
Expand Down