fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add favicon, reverse page titles
[redakcja.git]
/
redakcja
/
__init__.py
diff --git
a/redakcja/__init__.py
b/redakcja/__init__.py
index
e69de29
..
b64e43e
100644
(file)
--- a/
redakcja/__init__.py
+++ b/
redakcja/__init__.py
@@
-0,0
+1,5
@@
+from __future__ import absolute_import
+
+# This will make sure the app is always imported when
+# Django starts so that shared_task will use this app.
+from .celery import app as celery_app