On Fri, Mar 20, 2015 at 11:24 AM, Vijay Khemlani <vkhem...@gmail.com> wrote:

> http://localhost:8000/static/public/css/bootstrap.min.css


In fact, if I type these in firefox, show me the file... :)

but nothing in my HTML..

here is my html,

{% load staticfiles %}
<html>
<head>
    <link rel="stylesheet" href="{% static "public/css/bootstrap.min.css"
%}">
</head>
<body>
  <h1>Test!!</h1>
</body>
</html>


I really don't know, how is the problem here... :(  in my PyCharm Project,
in HTML, show me: Unresolved Reference, to my static files... :(


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/ <http://fhbash.wordpress.com/>*
*GitHub: https://github.com/fellipeh <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/CAF1jwZEq71rr5PA3BcLKS0Y4RRY5RH7tQW8sPjgjX94yuo477Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to