I'm searching what is the reason for getting this AttributeError: 'NoneType' object has no attribute 'endswith'.
I have Django 1.3 in开发者_C百科stalled and trying to use the PIP install of Django-Filebrowser and when I try to syncdb or runserver I get this traceback. Can anyone tell me how to fix this? Thanks so much in advance!
I had the same trouble, and have fixed by configuring the STATIC_URL in my Django settings file.
精彩评论