Bootstrap not found

520 views
Skip to first unread message

Alessandro D' Oronzo

unread,
Feb 16, 2020, 10:06:31 AM2/16/20
to django...@googlegroups.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 1755

Can someone help me?
Thanks you!

maninder singh Kumar

unread,
Feb 16, 2020, 10:14:20 AM2/16/20
to django...@googlegroups.com
Static file location in settings.py
 
               
 


--
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.

Alessandro D' Oronzo

unread,
Feb 16, 2020, 10:44:48 AM2/16/20
to django...@googlegroups.com

onlinejudge95

unread,
Feb 17, 2020, 7:23:20 AM2/17/20
to django...@googlegroups.com
On Sun, Feb 16, 2020 at 8:36 PM Alessandro D' Oronzo <doro...@gmail.com> wrote:
Hi everyone,
I have a problem with load bootstrap on my generic_template.
As best practices go around, try to include the static assets like CSS, js from a CDN instead of downloading and manually serving them 

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 1755

Can someone help me?
Thanks you!

--
Reply all
Reply to author
Forward
0 new messages