1
0
mirror of https://github.com/django/django.git synced 2025-01-19 14:52:54 +00:00

6 lines
89 B
Python
Raw Normal View History

from django.db.models.base import ModelBase
class CustomBaseModel(ModelBase):
pass