Files

7 lines
113 B
Python

from django.db import models
from django_tenants.models import DomainMixin
class Domain(DomainMixin):
pass