Skip to content

Commit

Permalink
* Import all of the celery config into the settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgroff committed Jul 6, 2018
1 parent 0a4f3d6 commit dfee936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_kala/django_kala/settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from .apps import INSTALLED_APPS
from .authentication import *
from .basecamp import BASECAMP
from .celery import *
from .databases import DATABASES
from .email import *
from .functions import get_env_variable
Expand Down

0 comments on commit dfee936

Please sign in to comment.