django-mongonaut icon indicating copy to clipboard operation
django-mongonaut copied to clipboard

'url' is not a valid tag or filter in tag library 'future'

Open asavpatel opened this issue 9 years ago • 3 comments

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.

asavpatel avatar Aug 15 '16 06:08 asavpatel

Did you solve this problem?

csunny avatar Jan 15 '17 06:01 csunny

Facing the same issue. Removing {% load url from future %} should not have any effect.

pyarun avatar Jul 06 '17 08:07 pyarun

Sorry for late reply. no couldn't solve this and issue still persist.

asavpatel avatar Nov 06 '17 23:11 asavpatel