Re: Missing button image

2016-03-01 Thread weishengtong
Dear all, Thank you for your help and sorry for the late reply. This issue is now solved. It was indeed related to static files and I just needed to run $ python manage.py collectstatic Thanks again. On Wednesday, February 17, 2016 at 11:03:06 PM UTC, WST wrote: > > Hi All, > > > I would appr

Re: Missing button image

2016-02-17 Thread James Schneider
On Wed, Feb 17, 2016 at 3:03 PM, WST wrote: > Hi All, > > > I would appreciate if someone could tell me why the view components will > not load? Thank you! > Without more information, there's no way to tell. It's likely that you are not correctly serving your static files. Are you running the Dj

Re: Missing button image

2016-02-17 Thread Nikolas Stevenson-Molnar
More information would be helpful here. Where are the missing images being loaded from? Are they static files related to your project? Are they static files hosted elsewhere? Are they images dynamically generated by a view? Do the images ever display correctly? (e.g., do they display in developm

Missing button image

2016-02-17 Thread WST
Hi All, I would appreciate if someone could tell me why the view components will not load? Thank you! -- You received this message because you are subscribed to the Go