To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/02c62809-796b-4871-a7e2-de39f7ace459%40googlegroups.com.
Latest django-debug-toolbar isn't compatible with django 1.3
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/46ab5d25-3e0c-4a49-80fc-b232b2097122%40googlegroups.com.
On Monday, February 17, 2014 9:56:09 PM UTC-8, jmin...@gmail.com wrote:hi Frank,I appreciate it but seem that this situation is so unusual that people do not understand.I have done those already.So I do1) pip uninstall django
3) pip uninstall django-debug-toolbar2) pip install django==1.3then it says:Downloading/unpacking django==1.3Running setup.py egg_info for package djangowarning: no previously-included files matching '__pycache__' found under directory '*'warning: no previously-included files matching '*.py[co]' found under directory '*'Requested django==1.3, but installing version 1.6.2Installing collected packages: djangoRunning setup.py install for djangothen the version 1.6 is installed. Any solution?