mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
4 lines
76 B
Python
4 lines
76 B
Python
from django.db import models
|
|
|
|
class EntityManager(models.Manager):
|
|
pass
|