Metadata-Version: 2.4
Name: dj_palette
Version: 0.0.1
Summary: A django admin system with tools for building custom admin interfaces and reuseable components
Home-page: https://github.com/ogofe/django-palette
Author: Joel O. Tanko
Author-email: "Joel O. Tanko" <7thogofe@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/ogofe/django-palette
Project-URL: Issues, https://github.com/ogofe/django-palette/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# django-palette

🎨 Build beautiful, dynamic Django admin pages using drag-and-drop components.

## Features

- Custom `AdminSite` integration
- JSON-based page builder
- Drag-and-drop component editor
- Model-registered components with live preview
- Works with Django permissions and authentication

## Installation

```bash
pip install django-palette
```
