Metadata-Version: 2.4
Name: django-basemodels-avtsdadasdsadsa
Version: 1.0.0
Summary: Base models for Django with created_at, updated_at, and slug fields
Home-page: https://github.com/abdulvohid/django-base-models
Author: Abdulvohid
Author-email: Abdulvohid <nadirovabdulvohid3@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/abdulvohid/django-base-models
Project-URL: Repository, https://github.com/abdulvohid/django-base-models
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Django>=3.2
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Django Base Models

Base models for Django with created_at, updated_at, and slug fields.

## Installation

```bash
pip install django-base-models
