[Django]-How to use Django with Svelte?

3👍

You can find an example here: https://github.com/cdrappi/django-svelte

3👍

I’ve put together a package for integrating Svelte and Django: django-svelte

You still have to be responsible for building the bundle and ensuring that django knows where the bundle can be found. django-svelte provides a templatetag for referencing the bundle and a template for the Svelte environment.

Leave a comment