Metadata-Version: 2.1
Name: django-terra-utils
Version: 0.3.11
Summary: Common utils for terra apps.
Home-page: https://github.com/Terralego/django-terra-utils.git
Author: Makina Corpus
Author-email: terralego-pypi@makina-corpus.com
License: UNKNOWN
Description: [![Build Status](https://travis-ci.org/Terralego/django-terra-utils.svg?branch=master)](https://travis-ci.org/Terralego/django-terra-utils)
        [![codecov](https://codecov.io/gh/Terralego/django-terra-utils/branch/master/graph/badge.svg)](https://codecov.io/gh/Terralego/django-terra-utils)
        [![Maintainability](https://api.codeclimate.com/v1/badges/5e60cc95c683ab4fb31c/maintainability)](https://codeclimate.com/github/Terralego/django-terra-utils/maintainability)
        
        https://django-terra-utils.readthedocs.io/en/latest/
        
        Helpers and default configuration endpoints for terralego application.
        
        
        0.3.11 (2020-08-25)
        -------------------
        
        Update :
        
        * Support django 3.1
        
        
        0.3.10 (2019-12-13)
        -------------------
        
        Update:
        
        * Update documentation
        * Support django 3.0
        
        
        0.3.9 (2019-10-22)
        -------------------
        
        New:
        
        * Extract from terra-back helper for X-Accel-Redirect, to serve medias
        
        0.3.8  (2019-10-15)
        -------------------
        
        Update :
        
        * Delete TokenGenerator since it was splitted to single package django-token-tools
        
        0.3.7  (2019-10-11)
        -------------------
        
        Update :
        
        * Add a TokenGenerator to allow authentication through URL
        
        0.3.5  (2019-09-24)
        -------------------
        
        Fixes :
        
        * fix settings call
        
        0.3.1  (2019-09-24)
        -------------------
        
        Update :
        
        * add default settings for HOSTNAME and FRONT_URL
        
        0.3.0  (2019-09-23)
        -------------------
        
        First release from splitted terracommon.core
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Description-Content-Type: text/markdown
Provides-Extra: dev
