silentsokolov / django-admin-rangefilter

A Django app that lets you filter data by date range and numeric range in the admin UI
MIT License
713 stars 106 forks source link

Module not found error #52

Closed kadhaus closed 4 years ago

kadhaus commented 4 years ago

Hello. When i'm add your app in my INSTALLED_APPS, i've got this error:

ModuleNotFoundError: No module named 'rangefilterrest_framework'

Should that package be in Requirements, or i've done something wrong?