Metadata-Version: 2.1
Name: dj-admin-plus
Version: 0.0.2
Summary: DJ Admin plus is a pluggable easy to use modern admin for Django framework.
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# DJ Admin plus

DJ Admin plus is a pluggable easy to use modern admin for Django framework.
It uses WordPress CMS inspired theme.

You can easily convert your old Django admin interface in few steps.

<img src="docs/images/demo.png" alt="Demo">

Unlike default Django admin, DJ Admin plus allows you to customize your navigations and icons.

## Features

- Preview in image field
- Better selection for Many To Many fields
- Media library for file uploads like WordPress which let you choose files uploaded in the past.
- In built content editor (WYSIWYG) with TinyMCE

Currently, some admin features may be missing, we will add them too.

## Getting Started

Please follow the documentation
at [https://tejmagar.github.io/dj-admin-plus/](https://tejmagar.github.io/dj-admin-plus/)
