Top "Django-staticfiles" questions

A Django app that provides helpers for serving static files.

Can I make STATICFILES_DIR same as STATIC_ROOT in Django 1.3?

I'm using Django 1.3 and I realize it has a collectstatic command to collect static files into STATIC_ROOT. Here I …

python django django-views django-staticfiles
how to point correctly to static image in django

I have a template that renders an image: {% load staticfiles %} <img src="{% static "img/logo.png" %}" alt="My image"/&…

django django-templates django-staticfiles django-settings
django static file not loading

I have problem that i done every thing as described in tutorial https://docs.djangoproject.com/en/1.5/intro/tutorial06/ and …

django django-staticfiles
ValueError: Missing staticfiles manifest entry for 'favicon.ico'

I'm getting a ValueError when running python manage.py test. My project is named fellow_go, and I'm currently working …

python django static django-views django-staticfiles
A Simple View to Display/Render a Static image in Django

I am trying to find the most efficient way of displaying an image using django's template context loader. I have …

python django django-staticfiles django-1.4
Django gives "GET /static/css/style.css HTTP/1.1" 304 0

ok so My Index.html is <!DOCTYPE html> <html> <head> <title>Kodeworms&…

python html css django django-staticfiles
Django runserver not serving static files in development

I am using Django with runserver for my development. When I deploy to my production server I can see all …

django django-staticfiles static-files
Django | joined path is located outside of the base path component {% static img.thumbnail.url %}, Error 400 with whitenoise

I've finish my first app in Django and works perfectly, but still have pre-deployment problems since I set DEGUG=False ... …

python django django-staticfiles bad-request
Heroku & Django: "OSError: No such file or directory: '/app/{myappname}/static'"

I have a Django app on Heroku. I am having some problems with static files (they are loading in one …

python django git heroku django-staticfiles
Django: serving static file on debug=false

I know this question was asked many times, but none of the answers i found and tried helped me. Those …

django django-staticfiles django-1.4