Tuesday, September 23, 2014

Re: Confused by STATICFILES_DIRS not working

Yes, that is how my urls are built. This works perfectly till I have DEBUG=TRUE.

On Tuesday, 23 September 2014 14:49:52 UTC+2, Collin Anderson wrote:
How are you referencing your css and images in the frontend?

It should be something like
<img src="{% static "my_app/myexample.jpg" %}" alt="My image"/>



--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/baa3a9ca-a8e6-47ad-8e14-8c7f05d51fa3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment