Not quite sure on that. Usually what I do is the process that you just mentioned and what we did earlier for all the packages that I use.
On Sat, May 16, 2020, 23:10 sunday honesty <[email protected]> wrote: > I saw "pip install django-bootstrap4" > > After installing, I should load bootstrap > Then I could add bootstrap form. > > Other tutorials I have seen don't require downloading bootstrap since I > have doneloaded the compiled bootstrap and added it to the static folder of > my Django project. > If really I must download bootstrap using pip before it works, why did > other bootstrap features worked well except for the dropdown? > > On Sat, May 16, 2020, 3:51 PM sunday honesty <[email protected]> > wrote: > >> All right >> >> On Sat, May 16, 2020, 3:49 PM Simon A <[email protected]> wrote: >> >>> Try to run the pip install command if you havent already. Check the >>> correct command to install bootstrap3 or 4 if forgot the complete package >>> name. >>> >>> On Sat, May 16, 2020, 22:45 sunday honesty <[email protected]> >>> wrote: >>> >>>> I included it to installed app and got an error message on the console. >>>> "Module not found, no module named bootstrap 4" >>>> >>>> On Sat, May 16, 2020, 3:31 PM Clive Bruton <[email protected]> wrote: >>>> >>>>> >>>>> On 16 May 2020, at 15:03, sunday honesty wrote: >>>>> >>>>> > I did that and got a TemplateSyntaxError stating that bootstrap4 is >>>>> > not a registered tag library >>>>> >>>>> Did you put it in your installed_apps? >>>>> >>>>> >>>>> -- Clive >>>>> >>>>> -- >>>>> 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 [email protected]. >>>>> To view this discussion on the web visit >>>>> https://groups.google.com/d/msgid/django-users/AF951EBC-2228-4CB5-92CA-F7207A31DE0B%40indx.co.uk >>>>> . >>>>> >>>> -- >>>> You received this message because you are subscribed to a topic in the >>>> Google Groups "Django users" group. >>>> To unsubscribe from this topic, visit >>>> https://groups.google.com/d/topic/django-users/4gDB5RmIxfA/unsubscribe. >>>> To unsubscribe from this group and all its topics, send an email to >>>> [email protected]. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/django-users/CALcuGNsKtsCKW8FiTSSnrD1B7ajLYGU-rUGs23SFPSfsva%2BwMw%40mail.gmail.com >>>> <https://groups.google.com/d/msgid/django-users/CALcuGNsKtsCKW8FiTSSnrD1B7ajLYGU-rUGs23SFPSfsva%2BwMw%40mail.gmail.com?utm_medium=email&utm_source=footer> >>>> . >>>> >>> -- >>> 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 [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/django-users/CABXH83rS%2BdyLMhOdcdcXtvERh5a2PpmG_NubQjjspEz1YacWSw%40mail.gmail.com >>> <https://groups.google.com/d/msgid/django-users/CABXH83rS%2BdyLMhOdcdcXtvERh5a2PpmG_NubQjjspEz1YacWSw%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- > You received this message because you are subscribed to a topic in the > Google Groups "Django users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/django-users/4gDB5RmIxfA/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CALcuGNsRdWqucetgtU3qS_78mCxu%3DBvV%3DDO4DXGdH7fpSknk-w%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CALcuGNsRdWqucetgtU3qS_78mCxu%3DBvV%3DDO4DXGdH7fpSknk-w%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CABXH83o-FvkG4PV32-e6NeHmBPZqKq4K55VgFpLPBmmA%2BQDbww%40mail.gmail.com.

