Hi everybody,

I have problem with my static files in my Django project, running local. 
Actually Django-Oscar, but settings files is Django.  There are not founded 
(404 error). I have all my static files in ‘static’ in my project directory 
(where 'manage.py' is).
My settings:
STATIC_URL = 'static/'
STATIC_ROOT = BASE_DIR / 'static'
In my templates:
{% load static %}
<link href="{% static "main.css" %}" rel="stylesheet">
<link rel="shortcut icon" href="{% static "logo3.gif" %}" />
I stuck with that problem. Earlier in my Django simple project, all was ok. So 
my settings should be right. 
Any help will be appreaciate. Or any idea how to check, in simple way, what is 
wrong with my static loading
With all the best 

Ewa

-- 
https://github.com/django-oscar/django-oscar
http://django-oscar.readthedocs.org/en/latest/
--- 
You received this message because you are subscribed to the Google Groups 
"django-oscar" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-oscar+unsubscr...@googlegroups.com.
To view this discussion, visit 
https://groups.google.com/d/msgid/django-oscar/8AC05086-EB5D-4237-AFBB-2E6E25D86B33%40gmail.com.

Reply via email to