Tagged Questions
0
votes
1answer
46 views
Django Import Task
I have a tasks.py file with 3 methods defined within it. and in my views.py file I am trying to import these methods to be called from a view.
from app.tasks import generate_standalone_view, ...