Skip to content

Instantly share code, notes, and snippets.

@mx-moth
mx-moth / m2m.py
Last active August 3, 2016 00:22 — forked from alexgleason/m2m.py
Many to many relationships in Wagtail
from django.db import models
from wagtail.wagtailsnippets.models import register_snippet
from wagtail.wagtailcore.models import Page
from wagtail.wagtailadmin.edit_handlers import InlinePanel
@register_snippet
class Category(models.Model):
"""