2👍
This bug report is the only resource I can find with similar symptoms. Are you using django 1.5? Try upgrading your python install to 2.7 and see if that rectifies the issue.
1👍
You are using the development version of Django (soon to be 1.5) with Python 2.6. It only works with 2.7 and 3.3. You should either upgrade your Python version, or use the released Django version 1.4.
- [Django]-How to post to allauth signup form to fill in initial data?
- [Django]-Running a Django 1.4-based app on Google App Engine
- [Django]-Failed to load resource: the server responded with a status of 403 (Forbidden) django framework
- [Django]-How to get current user id Django
Source:stackexchange.com