Deploy Tailwind Template with Django

27 views
Skip to first unread message

Ry

unread,
May 31, 2022, 7:52:12 PM5/31/22
to Django users
Hi I recently downloaded a template from cruip.com


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 deploy to heroku. Is this even possible?


Mukul Verma

unread,
Jun 1, 2022, 8:39:36 AM6/1/22
to Django users
you can create API in Django and integrate in the Template

Ryan Nowakowski

unread,
Jun 1, 2022, 9:05:37 AM6/1/22
to django...@googlegroups.com, Ry
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.
Reply all
Reply to author
Forward
0 new messages