Metadata-Version: 2.1
Name: djlotrek
Version: 0.1.6
Summary: Lotrek beloved Django utilities library
Home-page: https://github.com/lotrekagency/djlotrek
Author: Lotrèk
Author-email: dimmitutto@lotrek.it
License: MIT
Keywords: cms,django,api cms
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.0.*
Description-Content-Type: text/markdown
License-File: LICENSE

# DjLotrek [![PyPI](https://img.shields.io/pypi/v/djlotrek?style=flat-square)](https://pypi.org/project/djlotrek/) ![Codecov](https://img.shields.io/codecov/c/github/lotrekagency/djlotrek?style=flat-square) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/lotrekagency/djlotrek/Test%20and%20Coverage?style=flat-square) [![GitHub](https://img.shields.io/github/license/lotrekagency/camomilla?style=flat-square)](./LICENSE)


There's no party without DjLotrek, our personal Django library

Run tests
---------
```sh
pip install -r requirements-dev.txt
make test
```

## How to use it
- [@Decorators](/how-to/decorators.md)


