--
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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2F896088-95FB-4906-A2D5-0F8421907AE2%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CABOHK3Qr7kVHS2mV4n9Rbi47-yAhbw8nakPKYz3_3Ci2NffO2w%40mail.gmail.com.
Hi everyone,I have a problem with load bootstrap on my generic_template.
This is error output:[16/Feb/2020 14:57:37] "GET / HTTP/1.1" 200 2239[16/Feb/2020 14:57:37] "GET /static/vendor/bootstrap/css/bootstrap.min.css HTTP/1.1" 404 1740[16/Feb/2020 14:57:37] "GET /static/vendor/bootstrap/js/bootstrap.bundle.min.js HTTP/1.1" 404 1755[16/Feb/2020 14:57:37] "GET /static/css/the-big-picture.css HTTP/1.1" 404 1695[16/Feb/2020 14:57:37] "GET /static/vendor/jquery/jquery.min.js HTTP/1.1" 404 1707[16/Feb/2020 14:57:37] "GET /static/vendor/bootstrap/js/bootstrap.bundle.min.js HTTP/1.1" 404 1755Can someone help me?Thanks you!
--