weird django error: cannot import name get_path_info -


i started getting error when try start django development server, , cannot figure out coming from. have tried updating django.

 file "/virtualenv/lib/python2.7/site-packages/django/contrib/staticfiles/management/commands/runserver.py", line 6, in <module> django.contrib.staticfiles.handlers import staticfileshandler  file "/virtualenv/lib/python2.7/site-packages/django/contrib/staticfiles/handlers.py", line 9, in <module> django.core.handlers.base import get_path_info   importerror: cannot import name get_path_info 

has seen error before? trying best figure out...

for me, problem dj_static 0.0.5 didn't seem playing nicely django 1.7. upgraded dj_static 0.0.6 , fixed it.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -