Have you tried the same drop down menu code in a plain html file?

Without django involved.

Just create a html file, put the menu code and boostrap code and test if it
works in the first place.  This issue might be the dropdown configuration.

On Sun, 17 May 2020, 10:49 am Miracle, <collinsale...@gmail.com> wrote:

> Hey Sunday,
>
> Please check this...
>
> https://stackoverflow.com/a/61849839/11000813
>
> On Sun, 17 May 2020, 10:28 am sunday honesty, <honesty202...@gmail.com>
> wrote:
>
>> Thanks for replying...
>> I just downloaded it now following the guide on the doc you sent me.
>> I have added it to my installed app and requirements.txt.
>> I loaded it at the top of my template and it didn't work. I then included
>> it in the {% block content %} as suggested by a member here yesterday, yet
>> it didn't work.
>> I don't know what's just wrong.
>> You can take a look at my base.html file
>> https://pastebin.com/4gVcN2si
>>
>> On Sun, May 17, 2020, 9:50 AM Kasper Laudrup <laud...@stacktrace.dk>
>> wrote:
>>
>>> Hi Sunday
>>>
>>> On 17/05/2020 08.33, sunday honesty wrote:
>>> > That's what I did... But the question is do I need to download
>>> > django-bootstrap with pip before I can use compiled bootstrap I have
>>> > downloaded?
>>> > Isn't django-bootstrap different from bootstrap?
>>> >
>>>
>>> The compiled bootstrap you have downloaded is just a bunch of CSS
>>> styles. You have to do some manual work to make that work with you
>>> Django project.
>>>
>>> The whole point of something like the django-bootstrap package is to
>>> avoid that manual work.
>>>
>>> Have you tried following the very simple installation instructions:
>>>
>>> https://django-bootstrap4.readthedocs.io/en/latest/installation.html
>>>
>>> Kind regards,
>>>
>>> Kasper Laudrup
>>>
>>> --
>>> 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/3b8a4124-4a8a-34f1-a4b4-3387aed6cc6e%40stacktrace.dk
>>> .
>>>
>> --
>> 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/CALcuGNs6VS_ix30Cxf-f-S64v5USTm4%2Bx6LEXKjEhYK1GrK7ww%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CALcuGNs6VS_ix30Cxf-f-S64v5USTm4%2Bx6LEXKjEhYK1GrK7ww%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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CADZv-jC5LF7EMcJ63a-6AxKwQKJ8Q3aKqLCpnM6ZDZfLN1t%2BLw%40mail.gmail.com.

Reply via email to