django-reporting
django-reporting copied to clipboard
No module named 'base'
I am using django 1.11 and I have tried to use django-reporting but after installing it, when I run python manage.py runsever, it gives me an error like this: from base import Report ModuleNotFoundError: No module named 'base'
I am facing the same issue. @MSalmanAwan5 Have you found a solution to it?