2. Admin tools

dynamite.admin.register(schema)[source]

This method allow to register a SchemaAttributeEntity pattern in the django admin interface

from dynamite.admin import register
from survey.models import Survey

register(Survey)

Previous topic

1. Abstract Dynamic Models

Next topic

3. Signals

This Page