This is my first question here. I hope I find answer. Am happy to be with you guys.
I am beginner and have been stucked with this issue for about two weeks now. Because I don't have good network access here, I decided to download and include Bootstrap source file in the static folder of my Django project. I basically included four files to be able to use bootstrap. The files and their location are as follow. my_project_directory my_priject static css bootstrap.min.css js bootstrap.min.js jQuery.min.js popper.min.js I have done all the settings as suggested from one online resource. Settings like setting static_url, static_root and staticfile_dir. I have included {% load static %} at the top of my base.html file and referred to the four files in included. I linked css at the head and the three Js at the body before closing body. When I try adding nav bar and drop-down menu, every other things worked except for the dropdown. If I click on the item that should reveal the dropdown items, it's simply not showing anything but append # to my home url at the tab. That is, before, my home page is something like localhost but when I click on the dropdown, it changes to localhost/# with nothing dropping down. I have posted this issue on Stackoverflow but no answer till now. Here's a link to the codes, may be you can take a look at it. https://stackoverflow.com/questions/61709772/my-bootstrap-drop-down-items-are-not-clickable-showing Thanks in advance for helping me out. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d54eb474-8740-42a4-9d7a-2d99227f0160%40googlegroups.com.