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