Dashboard Problems

49 views
Skip to first unread message

Eve Pokua

unread,
Feb 17, 2017, 1:51:15 AM2/17/17
to django-oscar
Hi,

I am trying to use LESS to make changes to my front end appearance. However, whenever i have this code
set in my settings.py

# Using LESS to generate CSS
USE_LESS = True

COMPRESS_ENABLED = False
COMPRESS_PRECOMPILERS = (
('text/less', 'lessc {infile} {outfile}'),
)
COMPRESS_OFFLINE_CONTEXT = {
'STATIC_URL': 'STATIC_URL',
'use_less': USE_LESS,
}



The dashboard tables and formatting disappears leaving just text and links. Any reason why this?
And what can I do to rectify?  Has anyone experienced this?


Regards

Thomas Rega

unread,
Feb 17, 2017, 2:21:41 AM2/17/17
to django...@googlegroups.com
unsubscribe

--
https://github.com/tangentlabs/django-oscar
http://django-oscar.readthedocs.org/en/latest/
https://twitter.com/django_oscar
---
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...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-oscar.
To view this discussion on the web, visit https://groups.google.com/d/msgid/django-oscar/4c0c1fa4-2d8e-43df-a365-fd2c7dea91ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Magaly

unread,
Nov 2, 2020, 2:05:15 PM11/2/20
to django-oscar
Add this to your layout.html after the  link stylesheet/less
Reply all
Reply to author
Forward
0 new messages