Skip to content

Instantly share code, notes, and snippets.

View mojeto's full-sized avatar

Jan Nakladal mojeto

View GitHub Profile
@mojeto
mojeto / requirements.txt
Created April 23, 2020 06:20
Python dateutil exercises
pytest
python-dateutil
@mojeto
mojeto / wagtaildraftail_migration_tools.py
Created November 22, 2018 04:54
module to help migrate rich text content created by wagtaildraftail library to wagtail 2 presentation
# -*- coding: utf-8 -*-
"""
module to help migrate rich text content created by wagtaildraftail library to wagtail 2 presentation
"""
from django.db import migrations
from wagtail.admin.rich_text.converters.contentstate import ContentstateConverter
from wagtail.core.blocks import StreamValue, StructValue
from wagtail.core.rich_text import features as feature_registry, RichText