forked from maciej-gol/tenant-schemas-celery
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue maciej-gol#28/PR maciej-gol#38: rolled back to tag 0.3.0
- Loading branch information
awaazde
committed
May 21, 2020
1 parent
759b819
commit cf556a4
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.