Metadata-Version: 2.1
Name: django-reusable
Version: 7.5
Summary: Agnostic and easy to use reusable library for django
Home-page: https://github.com/navedr/django-reusable
Author: Naved Rangwala
Author-email: naved@ecarone.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
License-File: COPYING
License-File: AUTHORS

## django-reusable
`django-reusable` is a collection of common functionality needed in most Django projects.

### Pre-requisites
* Django >= 2.2
* django-tables2 >= 1.21.2
* django-crispy-forms >= 1.7.2
* pypugjs >= 5.6.0

### Installation
Install this package using pip

`pip install django-reusable`

Add the *django_reusable* to `INSTALLED_APPS`

```
INSTALLED_APPS += ("django_reusable", )
```



