dominno / django-moderation

django-moderation is reusable application for Django framework, that allows to moderate any model objects.
BSD 3-Clause "New" or "Revised" License
269 stars 91 forks source link

filterspecs - module not found #73

Closed hyatt03 closed 10 years ago

hyatt03 commented 11 years ago

fix:

  1. add a folder called filterspecs
  2. move filterspecs.py into said folder
  3. give that folder an empty init file
s-y commented 11 years ago

pip install git+git://github.com/CBWhiz/django-moderation.git@529a5504fd72d6a5e35cb14682ae94314cdead08

dominno commented 10 years ago

Fixed