You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2018. It is now read-only.
I have a problem with django-staticfiles-1.2.1 and django-1.2.7 using get_static_prefix templatetag, it doesn't return my STATIC_URL setting. But with the same configuration and django-staticfiles-1.1 it's works.
I test it with 2 isolated virtualenvs and a fresh install of Django and staticfiles
I have a problem with django-staticfiles-1.2.1 and django-1.2.7 using get_static_prefix templatetag, it doesn't return my
STATIC_URL
setting. But with the same configuration and django-staticfiles-1.1 it's works.I test it with 2 isolated virtualenvs and a fresh install of Django and staticfiles
My settings.py:
Virtualenv 1:
Here, as expected, I get
u'/static/'
Virtualenv 2:
Here's the problem, I get
u''
Is it normal? and do I need to change my settings?
Cheers!
The text was updated successfully, but these errors were encountered: