Metadata-Version: 2.1
Name: DjangoCRUDify
Version: 0.2.0
Summary: DjangoCRUDify is a powerful and intuitive Django app that automates the generation of CRUD (Create, Read, Update, Delete) APIs for your Django models. With minimal configuration, turn your existing models into a fully functional API, complete with Swagger documentation for seamless integration.
Home-page: https://github.com/anshuUnity/DjangoCRUDify
Author: Anshu Pal
Author-email: anshupal257@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# ModelMagicAPI

Crudify is a Django app that provides automatic generation of CRUD APIs for Django models.

## Installation

Install Crudify using pip:

```bash
pip install Crudify
