Skip to content

Commit

Permalink
Issue maciej-gol#28/PR maciej-gol#38: rolled back to tag 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awaazde committed May 21, 2020
1 parent 759b819 commit cf556a4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test_app/celery_app.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import os
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'test_app.settings')

from django.conf import settings

from tenant_schemas_celery.app import CeleryApp

app = CeleryApp()
app.config_from_object('django.conf:settings')
app.autodiscover_tasks(lambda: settings.INSTALLED_APPS)
Empty file.

0 comments on commit cf556a4

Please sign in to comment.