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

Commit

Permalink
drop celery from settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Demah committed Jun 15, 2015
1 parent 1b9e1ea commit 0e754dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions django_th/local_settings_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# to be used by the command :
# python manage.py --settings=my_app.local_settings
from .settings import *
from celery.schedules import crontab

DEBUG = True

Expand Down
1 change: 0 additions & 1 deletion django_th/settings.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Django settings for django_th project.
import os
from django.core.urlresolvers import reverse_lazy
from celery.schedules import crontab

DEBUG = True
TEMPLATE_DEBUG = DEBUG
Expand Down

0 comments on commit 0e754dd

Please sign in to comment.