Metadata-Version: 2.1
Name: djplus
Version: 2.1.0
Summary: More than a reusable app
Home-page: https://github.com/githashem/djplus
License: MIT
Keywords: djplus
Author: githashem
Author-email: PersonalHashem@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: Django (>=4.0.3,<5.0.0)
Project-URL: Repository, https://github.com/githashem/djplus
Description-Content-Type: text/markdown

![djplus version](https://img.shields.io/pypi/v/djplus?style=flat-square)
![django version](https://img.shields.io/pypi/djversions/djplus?style=flat-square)
![python version](https://img.shields.io/pypi/pyversions/djplus?style=flat-square)
![license](https://img.shields.io/pypi/l/djplus?color=blue&style=flat-square)

# what is djplus?
<span style="color: white;background-color: green">Dj+</span> is **More than a reusable app** that solves 80% of the needs of any website project.
(such as blog, store, academy, authentication, admin, contact us, about us, forum, ... etc.)
and these apps can be customized with Django settings.

# how to install?
```shell
pip install djplus
```

