Open salujaharkirat opened 8 years ago
Your PIPELINE_CSS
is calling the stylesheetwlhome
while your template is calling it wlshome
. Pipeline doesn't trigger any errors when it can't find the stylesheet, which is why it's not complaining.
Sorry that was a typo, have update the details.
Following are the observations:-
If i put following in my settings file it throws error which says [Errno 78] Function not implemented.
DEBUG = True
However when is use DEBUG = False it works but the files are not loaded.
I have following in my settings file:-
Now I try to use above in my stylesheets as follows:-
When I run the command dev_appserver.py the pages load up the fine but my stylesheet files(css/js) and not getting loaded when i use pipeline.
What i mean to say this is following works fine :-