django-mongonaut
django-mongonaut copied to clipboard
'url' is not a valid tag or filter in tag library 'future'
django version = 1.9.9
url : http://localhost:8000/mongonaut/
stacktrace :
Request Method: GET
Request URL: http://localhost:8000/mongonaut/
Django Version: 1.9.9
Exception Type: TemplateSyntaxError
Exception Value:
'url' is not a valid tag or filter in tag library 'future'
Exception Location: /Library/Python/2.7/site-packages/django/template/base.py in parse, line 516
Error during template rendering
In template /Users/Workspace/python/mongonaut/templates/mongonaut/index.html, error at line 2
removing
{% load url from future %}
fixes the issue. but then I am not able to see my models registered in mongoadmin.py on the web page. I am not sure if removing the line has anything to do with that.
Did you solve this problem?
Facing the same issue. Removing {% load url from future %} should not have any effect.
Sorry for late reply. no couldn't solve this and issue still persist.