Django Simple Svg

screenshot of Django Simple Svg
django

A simple SVG template tag for Django

Overview

The django-simple-svg is a simple plugin for Django that adds an SVG template tag to inline SVGs in your Django templates. It allows you to store SVG files in a specified directory and easily include them in your web pages.

Features

  • SVG template tag: The plugin provides a template tag that allows you to inline SVG files in your Django templates.
  • Easy installation: The plugin can be easily installed from PyPI and added to your Django project.
  • Customizable SVG directory: You can specify the directory where your SVG files are stored, giving you control over the location of your SVG assets.
  • Support for multiple Python and Django versions: The plugin has been tested with various Python and Django versions, ensuring compatibility across different setups.

Summary

Overall, django-simple-svg is a convenient plugin for Django developers who want to easily inline SVG files in their web pages. With its simple installation process and customizable SVG directory, it offers a hassle-free way to incorporate SVG assets into Django templates. The plugin is also regularly tested against various Python and Django versions, ensuring its compatibility with different setups.

django
Django

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the model-view-controller (MVC) architectural pattern, providing an extensive set of built-in tools and conventions to streamline the creation of robust and scalable web applications.