Metadata-Version: 2.4
Name: django-gerente
Version: 0.0.2
Summary: A reusable App for serious big Django projects that don't take themselves too seriously.
Keywords: django
Classifier: Framework :: Django :: 4.2
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: css-inline>=0.14.6
Requires-Dist: Django<5.2,>=4.2
Dynamic: license-file

==============
django-gerente
==============

A reusable app that provides utilities and common functionality for big 
Django projects developed by the tuGerente.com team.

Installation
------------

::

  pip install django-gerente


Development
-----------

- Run tests with: `pytest`
- Build package: `just build` (uses `uv build`)
