diff options
author | Palaparthy Adityachandra | 2020-05-21 13:19:21 +0530 |
---|---|---|
committer | GitHub | 2020-05-21 13:19:21 +0530 |
commit | 8d7f6c7cb56f6ef8116b229573371025c1dbd83e (patch) | |
tree | 6b4161aec87e4dc864fa386f46543383b61774a4 /yaksh | |
parent | 9aeae2b9c9fc22a83450ddbae49512318c032511 (diff) | |
parent | f793b6bec01e1a3c4130c87e9d4ad3e2107eb692 (diff) | |
download | online_test-8d7f6c7cb56f6ef8116b229573371025c1dbd83e.tar.gz online_test-8d7f6c7cb56f6ef8116b229573371025c1dbd83e.tar.bz2 online_test-8d7f6c7cb56f6ef8116b229573371025c1dbd83e.zip |
Merge pull request #713 from FOSSEE/fix_celery
Rename celery.py to celery_settings and change imports
Diffstat (limited to 'yaksh')
-rw-r--r-- | yaksh/test_views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/test_views.py b/yaksh/test_views.py index 1418ee0..24750e3 100644 --- a/yaksh/test_views.py +++ b/yaksh/test_views.py @@ -35,7 +35,7 @@ from yaksh.models import ( from yaksh.views import add_as_moderator, course_forum, post_comments from yaksh.forms import PostForm, CommentForm from yaksh.decorators import user_has_profile -from online_test.celery import app +from online_test.celery_settings import app from notifications_plugin.models import Notification |