django-background-tasks
django-background-tasks copied to clipboard
ModuleNotFoundError: No module named 'background-task'
I have installed pip install django-background-tasks but when I put 'background_task' in the settings app and run the migrate command I get the following error. I can't seem to be able to solve it.
ModuleNotFoundError: No module named 'background_task'