Metadata-Version: 2.1
Name: django-timestampedmodel
Version: 0.1.0
Summary: Django model with created_at and updated_at fields added by default
Home-page: https://github.com/MattShirley/django-timestampedmodel
Author: Matt Shirley
Author-email: mattutshirley@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: django

A Django model that adds `created_at` and `updated_at` fields by default.


