Commit
698f28407ef7a071e911bedee94006f47d6327bd
Authored by
Gust
Exists in
master
and in
30 other branches
1.12.x, add_requests_as_dep, celery_service, change-passwd-signal, colab-signals, colab-vcard, colab_search, colab_tag, colab_tag_merge, detach_super_archives, fix-dashboard, fix-message-preview, fix_app_label, fix_header, fixed_gitlab_import, go_to_profile_panel, mobile_user_scalable, paginate-threads, profile_integration, refactor-data-import, remove-gitlab-plugin, removing_namespace, search_block, search_filters, split_screen, startplugin, timestamp_plugins, translation_review, user_regex, validate-passwd
Add celery to colab
Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
| @@ -0,0 +1,5 @@ |
| @@ -0,0 +1,5 @@ |
| |
1
| +from __future__ import absolute_import |
| |
2
| + |
| |
3
| +# This will make sure the app is always imported when |
| |
4
| +# Django starts so that shared_task will use this app. |
| |
5
| +from .celery import app as celery_app # noqa |