With latest AppEngine is Django 1.3.
Should the Django tag {% url %} work in Lanucher when app run locally?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Django’s
urltag isn’t supported when using GAE’s Python 2.7. I think it came down to not finding a safe way to making the temporary monkey-patching that we do for Python 2.5 work safely with multi-threaded 2.7 apps.