You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During handling of the above exception, another exception occurred:
Compressor.exceptions.FilterError: SyntaxError: media definitions require block statements after any features in /Users/incognito/inc
ogpay/peeljobs/static/r1/css/login.less on line 373, column 1:
372
373 .login_wrap{
374 .three_column_wrap{
The text was updated successfully, but these errors were encountered:
sury072
changed the title
Import Django in Env.
ModuleNotFoundError: No module named '/usr/local/bin/lessc {infile} {outfile}' weh you click login recruiter or register
Jan 17, 2021
ModuleNotFoundError: No module named '/usr/local/bin/lessc {infile} {outfile}'
settings.py
COMPRESS_PRECOMPILERS = (
("text/less", "/usr/local/bin/lessc {infile} {outfile}"),
How come this error?
During handling of the above exception, another exception occurred:
Compressor.exceptions.FilterError: SyntaxError: media definitions require block statements after any features in /Users/incognito/inc
ogpay/peeljobs/static/r1/css/login.less on line 373, column 1:
372
373 .login_wrap{
374 .three_column_wrap{
The text was updated successfully, but these errors were encountered: