themesberg / flowbite

Open-source UI component library and front-end development framework based on Tailwind CSS
https://flowbite.com
MIT License
7.82k stars 734 forks source link

Integrating Flowbite with Django : Error #326

Closed akhildotgupta closed 1 year ago

akhildotgupta commented 1 year ago

I have followed the exact instructions to integrate Flowbite with Django as per this link https://flowbite.com/docs/getting-started/django/

I was able to get things integrated, but the elements on the screen like Navbar is not coming properly. Can someone advise what can be done?

I have attached the screenshot of the view that I am getting. Screenshot 2022-11-06 at 11 27 29 PM

But if I use CDN

It works properly.

akhildotgupta commented 1 year ago

This is solved. I did not compile tailwind after changes. Realised I have to do that again after every change.