Skip to main content

Facilitates adding Svelte frontend to Django

Project description

Django Svelte

Incorporate a Svelte frontend into a Django site with minimal impact to deployment strategy and authentication story.

Scope

This package mainly consists of a templatetag which facilitates the import of the js/css bundle created by Svelte/Rollup/Node.js into your template. For this package to be useful you will also need the Svelte/Rollup/Node.js which produces the js/css bundle; consider using the accompanying project django-svelte-template as a starting point for your Svelte frontend. It has been modified to work easily alongside this package. If you run into any problems see the django-svelte-demo for an example of these two projects working together.

Installation

Install the package:

pip install django-svelte

Add to INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    "django_svelte",
    ...
)

Tell Django where your Svelte js/css bundles will be found (this guide assumes that you place your svelte directory beside your django project directory):

STATICFILES_DIRS = [
    BASE_DIR.parent / "svelte" / "public" / "build",
]

Usage

To use a Svelte component within your Django template load the django_svelte templatetag library and use the display_svelte templatetag:

{% load django_svelte %}

...

{% display_svelte "MySpecialComponent.svelte" %}

You can optionally pass some context (specifically a dict) to the component:

{% display_svelte "MySpecialComponent.svelte" component_props %}

What about the Svelte!?

The Svelte side of things is dealt with in the django-svelte-template repo which you can use as a starting point for your Svelte projects (using npx degit thismatters/django-svelte-template svelte). It is configured to output js/css bundles for several different components, but you'll have to do some setup so be sure to read the README.

Devops concerns

So, this isn't magic. For this to work you will need to have Node.js somewhere in the mix. Fortunately, you won't need Node.js running in your production environment, but you will need it somewhere in your CI pipeline and probably in your dev environment. For a practical example of what this might look like for a production environment see django-svelte-demo.

Shoutouts

This work is inspired by the sentiments of Owais Lone's writing about the limitations of Django's frontend.

This work takes some technical direction from a blog series on cbsofyalioglu. These references were immensely helpful in fleshing out this integration.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-svelte-0.1.6.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_svelte-0.1.6-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file django-svelte-0.1.6.tar.gz.

File metadata

  • Download URL: django-svelte-0.1.6.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for django-svelte-0.1.6.tar.gz
Algorithm Hash digest
SHA256 7712b5d4a3e7dcb2214ae77d6d136320aa6867fb406609b9957574d14ef7ae86
MD5 8c50c2baf2840f502227120fa46c183f
BLAKE2b-256 d9fc472275d93e0ae76d39383ef540557c9574d73f8755a7e67537c80194d281

See more details on using hashes here.

File details

Details for the file django_svelte-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: django_svelte-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 4.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for django_svelte-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 54fe49c774c4555f7b4f6a5aedb337ed1440b08598651513225dc7f51432b2c7
MD5 04ef431bf6756b31e1bd4e9b2e879a17
BLAKE2b-256 578c820ba82c7051071a5540beac8bfe5880f3c15fed0ad2c64bca115da3ec3a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page