erayerdin / sos-django-template

SOS Django Template is a starter template for new Django projects with modern defaults, power cable included.
Do What The F*ck You Want To Public License
20 stars 2 forks source link

TimestampModel and ExtendedTimestampModel Abstract Models #36

Closed erayerdin closed 3 years ago

erayerdin commented 3 years ago

Laravel automatically injects created_at and last update to the fields of its models. It is a great feature and we can add these abstract models to be used in Django as well.

It will reside in core app. See #34.