Hi Mathieu...
On another projects with django 1.3, the django-filters run
perfectly...
Then, on my django 1.4 project, using virtualenvwraper, I install the
django filter with the command pip install django-filter.
But, when I run the shell_plus and try:
>>> import django_filters
or
>>> from django_filters import FilterSet
I find the error following output:
http://friendpaste.com/3czLBj74lfV4GtjhLfhI3m
The problem is in the import .... although, I send my app code if you
have any suggestions...
http://friendpaste.com/3haNGZbnmT5BP2CovDiN4K
All files are into the account folder (the app name)...
Thankyou so much....
On 29 feb, 10:45, Mathieu Leplatre <
leplat...@gmail.com> wrote:
> Hi Andres,
>
> If you precise your django version, I guess that you have the same
> error with django 1.3, right ?
> Can you post your exact error (and maybe some simple code ?) ?
>
> And try to run :
>
> python manage.py test django_filters
>
> You can usehttp://friendpaste.comto post the output.