Metadata-Version: 2.2
Name: django-crud-kit
Version: 0.1
Summary: A reusable CRUD system for Django projects
Home-page: https://github.com/Koded0214h/DjangoCrudKit
Author: Koded
Author-email: your-email@example.com
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: django>=4.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Django-Crud-Kit
Django-CRUD Kit is a popular open-source toolkit that simplifies building CRUD interfaces in Django applications. It automatically generate CRUD views, templates and URLS for models, saving time and effort. The toolkit is flexible and customizable, allowing for tailored layouts, designs and functionality.
