We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004b15b commit 57af2a4Copy full SHA for 57af2a4
1 file changed
example/example_app/models.py
@@ -8,6 +8,8 @@
8
from instance_selector.blocks import InstanceSelectorBlock
9
from instance_selector.edit_handlers import InstanceSelectorPanel
10
11
+from .blocks import ImageBlock, ProductBlock
12
+
13
14
class Shop(models.Model):
15
title = models.CharField(max_length=1000)
0 commit comments