mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-05-03 13:14:49 +00:00
5 lines
76 B
Python
5 lines
76 B
Python
|
|
from django.db import models
|
||
|
|
|
||
|
|
class EntityManager(models.Manager):
|
||
|
|
pass
|