remove unused gnuviechadmin.celery.debug_task
This commit is contained in:
parent
a663093433
commit
a95c5044bd
1 changed files with 0 additions and 5 deletions
|
@ -14,8 +14,3 @@ app = Celery('gnuviechadmin')
|
|||
|
||||
app.config_from_object('django.conf:settings')
|
||||
app.autodiscover_tasks(lambda: settings.INSTALLED_APPS)
|
||||
|
||||
|
||||
@app.task(bind=True)
|
||||
def debug_task(self):
|
||||
print('Request: {0!r}'.format(self.request))
|
||||
|
|
Loading…
Reference in a new issue