mirror of
https://github.com/django/django.git
synced 2025-10-12 00:09:11 +00:00
6 lines
89 B
Python
6 lines
89 B
Python
from django.db.models.base import ModelBase
|
|
|
|
|
|
class CustomBaseModel(ModelBase):
|
|
pass
|