Metadata-Version: 2.4
Name: django-suit-v2-pm
Version: 2.5
Summary: Modern theme for Django admin interface.
Home-page: https://github.com/pulse-mind/django-suit
Author: Kaspars Sprogis (darklow) forked by Pulse-Mind
Author-email: pulse.mind.com@gmail.com
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Framework :: Django :: 5.2
Classifier: License :: Free for non-commercial use
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Environment :: Web Environment
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: Django<6.0,>=5.2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

===========
Django Suit
===========

**Modern theme for Django admin interface**.

Django Suit is alternative theme/skin/extension for `Django <http://www.djangoproject.com>`_ administration interface.

Version 2.5 supports **Django 5.2 LTS** on Python 3.10 to 3.13, and uses Bootstrap 5.1.
For Django 4.0 to 4.2, use the 2.4.x versions (``pip install "django-suit-v2-pm~=2.4.0"``).

* Project home: http://djangosuit.com/ (not maintained)


License
=======

* Django Suit is licensed under `Creative Commons Attribution-NonCommercial 3.0 <http://creativecommons.org/licenses/by-nc/3.0/>`_ license.
* Licence and pricing: http://djangosuit.com/pricing/ (not maintained)


Docs & Support
==============

* Documentation v2: http://django-suit.readthedocs.org/en/v2/ (not maintained)
* Support: http://djangosuit.com/support/ (not maintained)

Changelog
=========

See `CHANGELOG.rst <https://github.com/pulse-mind/django-suit/blob/v2/CHANGELOG.rst>`_.

Install
=========
Install Django Suit v2 using ``pip`` or ``easy_install``::

    pip install django-suit-v2-pm


Contributing
============

See `Contributing documentation <http://django-suit.readthedocs.org/en/v2/contribute.html>`_


Build Status
============

Tested with Django 5.2 (LTS) on Python 3.10, 3.11, 3.12 and 3.13.
