Skip to main content

Wagtail SVG

Project description

https://img.shields.io/pypi/v/wagtailsvg https://img.shields.io/pypi/pyversions/wagtailsvg

Wagtail + SVG = 🚀

SVG for Wagtail with :

  • Svg : Model

  • SvgChooserPanel : ChooserPanel for ForeignKey

  • SvgChooserBlock : ChooserBlock for StreamField

Can be used like this :

from wagtailsvg.models import Svg
from wagtailsvg.blocks import SvgChooserBlock
from wagtailsvg.edit_handlers import SvgChooserPanel


class TestPage(Page):
    logo = models.ForeignKey(
        Svg,
        related_name='+',
        null=True,
        blank=True,
        on_delete=models.SET_NULL
    )
    body = StreamField([
        ('svg', SvgChooserBlock()),
    ], blank=True)

    content_panels = Page.content_panels + [
        SvgChooserPanel('logo'),
        StreamFieldPanel('body'),
    ]

Setup

Install with pip :

pip install wagtailsvg

Add wagtailsvg to django apps installed :

INSTALLED_APPS = [
    ...
    'wagtail.contrib.modeladmin',
    'wagtailsvg',
]

Development env

If first run

git clone git@github.com:Aleksi44/wagtailsvg.git
pip install -r requirements.txt
python manage.py migrate
python manage.py init

Run Django Server

python manage.py runserver 0.0.0.0:4243

Run Webpack Server

yarn
yarn start

Idea to contribute

Let’s help designers who use wagtail with :

  • Improvements of Wagtail Admin in wagtailsvg

  • Import essential customizable SVG files easily with a command

  • Import SVG files with a global styles conf

Feel free to contact me at hello@snoweb.fr

Last experimentation :

https://media.snoweb.fr/www/documents/wagtail-svg-experiment-1.gif

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

wagtailsvg-0.0.11.tar.gz (1.3 MB view details)

Uploaded Source

Built Distribution

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

wagtailsvg-0.0.11-py3-none-any.whl (1.4 MB view details)

Uploaded Python 3

File details

Details for the file wagtailsvg-0.0.11.tar.gz.

File metadata

  • Download URL: wagtailsvg-0.0.11.tar.gz
  • Upload date:
  • Size: 1.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.6.9

File hashes

Hashes for wagtailsvg-0.0.11.tar.gz
Algorithm Hash digest
SHA256 6075a17e417ca3d7238cb4b49e5642e2ee0024333755d47c493db4a9427fba14
MD5 cdcb5f86e9b17a96ed2eb0e3e4beee2a
BLAKE2b-256 af04fad4cdc244ec2fd508ce89b9ac89aea51fa0e132c22e39fb1f6ef97a080b

See more details on using hashes here.

File details

Details for the file wagtailsvg-0.0.11-py3-none-any.whl.

File metadata

  • Download URL: wagtailsvg-0.0.11-py3-none-any.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.6.9

File hashes

Hashes for wagtailsvg-0.0.11-py3-none-any.whl
Algorithm Hash digest
SHA256 4078eb42b58206d212de6e96906e42686d8dc405c69c0d7ca4021bec073681a8
MD5 807c4ba489bcd3a8484992f82126cf09
BLAKE2b-256 7c81b60b3a4a8d2b7b086228850740a0c9354c43390e3e0ae565b53d969a1b96

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