I copied Django-Oscar's styles.css file and pasted it in my own static
directory:
*yourappsfolder/static/oscar/css/styles.css*. and gave the path in
STATICFILES_DIRS and verified that Oscar is referring to above directory
using Django debug tool but there is no effect of this file in browser so I
c
I copied Django-Oscar's styles.css file and pasted it in my own static
directory:
*yourappsfolder/static/oscar/css/styles.css*. and gave the path in
STATICFILES_DIRS and verified that Oscar is referring to above directory
using Django debug tool but there is no effect of this file in browser so I
c
Now I am running the app in incognito browser and no CSS is coming. Front
end is looking very ugly (that is what I want as I want to apply my own
CSS.) From Django debug tool I found that it's pointing to my own static
directory I mentioned under STATICFILES_DIRS. Now in that static directory
I ha
Hello try removing the Django Oscar static files from the static folder
On Sun, 24 Mar 2019, 20:23 chirag soni, wrote:
> Now what to do?
> And in chrome developer tool it is showing that still it is using. less
>
> On Sun, 24 Mar 2019, 22:51 Tea Xchange
>> Then it means both the Django Oscar cs
Now what to do?
And in chrome developer tool it is showing that still it is using. less
On Sun, 24 Mar 2019, 22:51 Tea Xchange Then it means both the Django Oscar css and ur own css are being
> referenced by staticfiles_dirs=[]
>
> On Sun, 24 Mar 2019, 20:19 chirag soni, wrote:
>
>> Yes.
>> Like
Then it means both the Django Oscar css and ur own css are being referenced
by staticfiles_dirs=[]
On Sun, 24 Mar 2019, 20:19 chirag soni, wrote:
> Yes.
> Like this:
> *python manage.py runserver collectstatic*.
>
>
>
> On Sun, 24 Mar 2019, 22:26 Tea Xchange
>> Did you use the collectstatic com
Yes.
Like this:
*python manage.py runserver collectstatic*.
On Sun, 24 Mar 2019, 22:26 Tea Xchange Did you use the collectstatic command ?
>
> On Sun, 24 Mar 2019, 19:50 chirag soni, wrote:
>
>> Hi Team,
>>
>> Could you show me the complete process of overriding django-oscar css.
>> As per the
Did you use the collectstatic command ?
On Sun, 24 Mar 2019, 19:50 chirag soni, wrote:
> Hi Team,
>
> Could you show me the complete process of overriding django-oscar css.
> As per the documentataion I tried to use STATICFIES_DIRS = [ ] but
> still not able to do that. The main problem I am fac
Hi Team,
Could you show me the complete process of overriding django-oscar css.
As per the documentataion I tried to use STATICFIES_DIRS = [ ] but
still not able to do that. The main problem I am facing, after putting
my effort, is in the chrome developer tool it shows that it is still
pointing .l