You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create a project using django 1.1.1 and google-app-enginge-django
2. Create a simple controller that points to a template
3. Set login required for the url that points to that controller.
4. In the template add the auth_logout_url tag.
What is the expected output? What do you see instead?
You expect to see a logout url. Instead you get and error :
"Invalid block tag: 'auth_logout_url'"
What version of the product are you using? On what operating system?
Please provide any additional information below.
I believe the problem is that the InstallAppengineHelperForDjango function
does not import appengine_django.auth.templatetags
Adding
<code> from appengine_django.auth import templatetags <code> to the
controller, main.py, or the install function seems to fix the problem.
Original issue reported on code.google.com by [email protected] on 10 Feb 2010 at 2:53
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 10 Feb 2010 at 2:53The text was updated successfully, but these errors were encountered: