On Mar 20, 2015, at 9:59 AM, Fellipe Henrique <felli...@gmail.com> wrote:

> 
> On Fri, Mar 20, 2015 at 11:43 AM, Vijay Khemlani <vkhem...@gmail.com> wrote:
> Soo.... when you open your webpage, look at its source code, click on the 
> "/static/public/css/bootstrap.min.css" path it shows the file in Firefox?
> 
> Yes.. when I open source code in firefox, click them.. show me the file.. 
> but, nothing to appears correctly my HTML...
> 
> I really upset about these... I really don’t know what's happen here... 

Your original problem statement included:

  …
  - When I try to go:  localhost:8000/static   show these:
  Page not found (404)
  …

In my debug setup, I have the same result, and this is normal. You *should* be 
able to take a specific static resource and put it into the browser as a URL. 
For example, I can put http://localhost:8000/static/fz/img/loadingAnimation.gif 
into my browser and that *does* find the gif.

This is compatible with your observation that you can take the link in your 
html and that *does* work when pasted into your browser.

I’m guessing that there is a problem with your HTML, not with your static 
setup. Can you distill the problem down to a simple HTML template and resulting 
page and post both?

When debugging html template troubles you may want to play around with {% 
comment %}…{% endcomment %} blocks to get rid of code for testing.

hth

- Tom


> 
> T.·.F.·.A.·.     S+F
> Fellipe Henrique P. Soares
> 
> e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
> Blog: http://fhbash.wordpress.com/
> GitHub: https://github.com/fellipeh
> Twitter: @fh_bash
> 
> -- 
> 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 http://groups.google.com/group/django-users.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/CAF1jwZG78iexn0uLign0Rj-d_dvi61%2BtrNHTnVxXMkUxOi_gSg%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.

Please consider the environment before printing this message.
This message may be privileged and/or confidential, and the sender does not 
waive any related rights and obligations.  Any distribution, use or copying of 
this message or the information it contains by other than an intended recipient 
is unauthorized.  If you received this message in error, please immediately 
advise me by return e-mail or phone.  All information, references, images, 
programs, source code, or other materials whatsoever contained in, or supplied 
with, this document are TRADE SECRETS and governed by the Uniform Trade Secrets 
Act.  User assumes all direct and consequential liabilities and costs that 
result from any unauthorized disclosure or use of this information.

-- 
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 http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/28DCD048-9BFB-4AD5-BCD8-9AEB585813B4%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to