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