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