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