Metadata-Version: 2.1
Name: loducode-utils
Version: 0.0.1
Summary: Basic components for the development of loducode s.a.s.
Home-page: https://github.com/UnTalDulcey/loducode_utils
Author: Cristian Dulcey
Author-email: cristian@loducode.com
License: UNKNOWN
Download-URL: https://github.com/UnTalDulcey/loducode_utils/tarball/0.1
Keywords: utils,loducode_utils,loducode
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: markdown (==3.2.2)
Requires-Dist: MarkupPy (==1.14)
Requires-Dist: MarkupSafe (==1.1.1)
Requires-Dist: djangorestframework (==3.11.0)
Requires-Dist: django-filter (==2.2.0)
Requires-Dist: django-rest-swagger (==2.2.0)
Requires-Dist: django (>=2.0)
Requires-Dist: django-crum (==0.7.5)
Requires-Dist: celery (==4.4.2)

# Loducode utils

Basic components for the development of loducode s.a.s.

## functionalities

- **Admin**
    - ReadOnlyAdmin
    - ReadOnlyStackedInline
    - ReadOnlyTabularInline
- **Models**
    - Audit
    - City  
- **Tasks**
    - send_mail_task(email, subject, message)
- **Urls Api**
    - /api/token/
    - /api/logout/
    - /api/forget/
- **Utils**
    - PaginatedListView
- **Views api**
    - ObtainCustomAuthToken
    - LogoutView
    - ForgetPasswordView

### Required ENV

- ID_PHONE
- PRODUCT_ID
- TOKEN

