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.
- [Django]-Django mock patch doesn't work as I expect
- [Django]-How do I programmatically create a user with django_social_auth?
Source:stackexchange.com