mirror of
https://github.com/django/django.git
synced 2025-01-19 14:52:54 +00:00
6 lines
89 B
Python
6 lines
89 B
Python
|
from django.db.models.base import ModelBase
|
||
|
|
||
|
|
||
|
class CustomBaseModel(ModelBase):
|
||
|
pass
|