Metadata-Version: 2.1
Name: django-admin-pro
Version: 0.1.1
Summary: Django Admin Pro
Author-email: Krunal Dodiya <krunal@example.com>
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Django Genie

**Django Genie** is a Python package for creating elegant and intuitive admin panels for Django projects. Inspired by Laravel Nova, Django Genie aims to bring a modern, feature-rich, and highly customizable admin interface to your Django applications.

## Features

- **Modern UI/UX**: An elegant, user-friendly interface inspired by Laravel Nova.
- **Customizable Panels**: Easily customize the appearance and functionality of admin panels.
- **Advanced Filtering**: Powerful filters and search capabilities for managing data.
- **Resource Management**: Seamlessly manage resources and relationships.
- **Flexible Field Types**: Support for various field types and custom fields.
- **Role-Based Access**: Control user permissions and access levels with ease.

## Installation

You can install Django Genie using pip:

```bash
pip install django-admin-pro
```
