Metadata-Version: 2.4
Name: django-abz
Version: 0.0.1
Summary: Django DRF JWT Swagger starter CLI
Author: Abbosxoja
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

# ABZ Django Starter

ABZ Django Starter is a Python package that helps you quickly create a ready-to-use Django REST API project.

It automatically sets up a Django project with useful packages and basic configuration so you can start building faster.

## Included Features

- Django
- Django REST Framework
- Simple JWT authentication
- Swagger documentation with drf-yasg
- CORS configuration
- Static and media settings
- Main app creation
- Jazzmin admin panel
- Basic starter API view

## Installation

```bash
pip install abz
