- [Admin note] see our wiki page about using specific versions of Django inside virtualenvs
I'm running into issue as try to upload my web app from the desktop to your network. Here is the error it got.
[Fri Jun 08 17:13:41 2012] File "/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/utils/dictconfig.py", line 352, in configure [Fri Jun 08 17:13:41 2012] '%r: %s' % (name, e)) [Fri Jun 08 17:13:41 2012] ValueError: Unable to configure handler 'mail_admins': Unable to add filter 'require_debug_false': 'require_debug_false'
After search around, I realized that pythonanywhere support django 1.3.1 and I built my app on 1.4.
What are my options now?
Update I can get past some of these errors, but eventually run into more.
I'm still wondering what my options are and if I get get Django 1.4 access? (I don't have too many dependencies aside from BeautifulSoup-3.2.1)
-sp