django-eav2/managers.py
2010-09-07 08:33:42 +00:00

4 lines
76 B
Python

from django.db import models
class EntityManager(models.Manager):
pass