Re: Deploy Tailwind Template with Django

2022-06-01 Thread Ryan Nowakowski
Drop the HTML into your templates directory. Then put all the static assets ( CSS, js ) in your static directory. Change all the references to the static assets in your HTML to the new location and your static directory by using the staticfiles template tag. On May 31, 2022 6:52:12 PM CDT, Ry

Re: Deploy Tailwind Template with Django

2022-06-01 Thread Mukul Verma
you can create API in Django and integrate in the Template On Wednesday, 1 June 2022 at 05:22:12 UTC+5:30 Ry wrote: > Hi I recently downloaded a template from cruip.com > > https://preview.cruip.com/mosaic/ > > I'd like to integrate this template into my django site but admittedly I > am not sur

Deploy Tailwind Template with Django

2022-05-31 Thread Ry
Hi I recently downloaded a template from cruip.com https://preview.cruip.com/mosaic/ I'd like to integrate this template into my django site but admittedly I am not sure where to begin. Does anyone have experience using templates such as the dashboard above on django? In the end, I'd like to de