martsberger / django-pivot

A module for pivoting Django Querysets
MIT License
209 stars 16 forks source link

ModuleNotFoundError: No module named 'django_pivot' #19

Closed christophschoeni closed 11 months ago

christophschoeni commented 3 years ago

After install the module i set the app in settings, but i become an error: ModuleNotFoundError: No module named 'django_pivot'

htukiain commented 3 years ago

What is your import statement? My import is from django_pivot.pivot import pivot

OlgaKuzminova commented 1 year ago

After install the module i set the app in settings, but i become an error too: ModuleNotFoundError: No module named 'django_pivot' My import is from django_pivot.pivot import pivot

OlgaKuzminova commented 1 year ago

Found the answer: no need to put django_pivot in installed apps in your settings file