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',
]

Set the SVG download folder in the Django settings

WAGTAILSVG_UPLOAD_FOLDER = 'svg'

Default value is ‘media’

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.24.tar.gz (27.1 kB 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.24-py3-none-any.whl (227.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: wagtailsvg-0.0.24.tar.gz
  • Upload date:
  • Size: 27.1 kB
  • 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.24.tar.gz
Algorithm Hash digest
SHA256 ac09fb96d21d5e8930c4a1c8186e6a600c40c6e17c9c268b571db3ce4c8b37eb
MD5 f0f6b565dd767d86b892b3cce48f8a0d
BLAKE2b-256 cf5d72c8ed04b8041c4664c74aa7effe60379b11eb0559871bf10d51c9f9ce72

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wagtailsvg-0.0.24-py3-none-any.whl
  • Upload date:
  • Size: 227.9 kB
  • 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.24-py3-none-any.whl
Algorithm Hash digest
SHA256 bb9eda5c2bc6c8bca1b95a38b587ae90aeefe970a3353268aa7ee13b54f03fbd
MD5 ad3f2e2e866297f1b002847d4eec5f80
BLAKE2b-256 ac2f3c78ed58423efcb24114a788922c186a515e428f5a952454a5e1d7d5211a

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