On Wed, Apr 20, 2016 at 9:00 PM, asimkon . <asimkos...@gmail.com> 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 intend? Or should you be using a different name for one of those? ChrisA -- https://mail.python.org/mailman/listinfo/python-list