Top "Django-staticfiles" questions

A Django app that provides helpers for serving static files.

background image in css style from static files with django

I used this template to create a home page in a django project, however I can't have the background image …

css django image django-staticfiles
No module named 'django.contrib.staticfiles.templatetags'

I have been breaking my head over this for a full day but can't figure out the problem. It happened …

python django django-staticfiles django-settings
Not finding static files django 1.9 gunicorn

I am on my way to deployment but when I switched to gunicorn from dev server my static files aren't …

python django django-settings django-staticfiles
Django/mod_wsgi OSError: [Errno 13] Permission denied: 'static' when DEBUG = OFF

I have a Django 1.4 application on a Centos 6.2 server (running apache, mysql, php) using mod_wsgi with my project deployed …

python django permissions mod-wsgi django-staticfiles
apache server cant find static files in Django project

I'm trying to upload my code on an apache server using mod_python. I have tried a lot but the …

django apache mod-python django-staticfiles django-static
django collectstatic overriding

I'm using Django 1.3.1 and the contrib.collectstatic app to manage my static files. My project structure is myproject - settings.…

python django django-staticfiles