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 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 Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/2f9c13b2-f6e1-4f9b-a42f-af6eca50269b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 Django dev
server or is this running under something like Apache or Nginx?

You are probably seeing HTTP 404 errors in your console output if you are
using the Django dev console. See this link for making sure your static
files are served correctly in this instance:
https://docs.djangoproject.com/en/1.9/howto/static-files/

-James

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2Be%2BciXG%3Dk2vGT4Lx8hZ2s%3DTYZu34G30M3HBFTK-FT9Zt1FRqg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 development 
but not production)?

_Nik

On Wednesday, February 17, 2016 at 3:03:06 PM UTC-8, WST wrote:
>
> 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 Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5cf2e192-b1fb-44d3-a3b8-a23a5877b8ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/6ff6203f-985d-4d4e-b390-ea5876768b50%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.