Re: djqgrid 0.2.4 error import json_helpers

2016-04-20 Thread Chris Angelico
On Wed, Apr 20, 2016 at 9:00 PM, asimkon . wrote: > Inside my templatetags folder (djqgrid.py), i have the following commands: > > from django import template > from djqgrid import json_helpers > > Any idea to get a solution ? > You're attempting to import from yourself, there. Is that what you

djqgrid 0.2.4 error import json_helpers

2016-04-20 Thread asimkon .
Hello! I want to use this wrapper for a module in my Django 1.9.4 version. I have configured all the steps mentioned successfully but in the end i get the following error message in my browser: Invalid template library specified. ImportError raised whe