Discussion:
please my css file is not reflecting on mine page .the css file failed to load from mine base.html file
Obodoma Uzondu Vincent
2018-11-20 16:59:34 UTC
Permalink
my base.html filee

ink rel="stylesheet" href="
https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="
https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script src="
https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"></script>
{% load staticfiles %}
<link rel="stylesheet" type ='text/css' href="{% static
'general/style.css' %}">
<link rel="short icon" type="images/jpg" href="{% static
'general/images/sun.jpg' %}">

my style.css

.footer {
background-color:#212F3D;
}
--
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+***@googlegroups.com.
To post to this group, send email to django-***@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/CACsKspmwQg0-MaFUrNh7MWJwVe9rvZnqYfJ4qh_TTpyxb%2Br80w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Aditya Bohra
2018-11-20 17:13:43 UTC
Permalink
I static configured correctly
--
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+***@googlegroups.com.
To post to this group, send email to django-***@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/4e0c936f-f283-468d-b0c0-ce9c75f608ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Aditya Bohra
2018-11-20 17:15:18 UTC
Permalink
Is*
--
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+***@googlegroups.com.
To post to this group, send email to django-***@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/43b5c542-a023-4006-9e03-fdd3b93a83e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...