Metadata-Version: 2.1
Name: django-envfile
Version: 0.1.3
Summary: handle the environment variables as from a file in a simpler way.
Home-page: https://github.com/josuedjh3/django-environment
Author: Josuedjh Cayola
Author-email: josuedjh456@gmail.com
License: GNU General Public License v3.0
Description: Django envfile
        ================
        
        A small library allows you in Dajngo
        
        .. code-block:: bash
        
            pip install django-envfile==0.1.2
        
        Created file .env
        
        .. code-block:: bash
        
            DJANGO_SECRET_KEY="ko8n3#^m#67+p@bvx#1xp0om+!zo@&l8-*8n(c#47n)=!3t$hd"
            DJANGO_DATABASE_HOST=database
            DJANGO_DATABASE_NAME=cerezo_master
        
        
        In settings.py
        
        .. code-block:: python
        
            from pathlib import Path
            from envfile import loadenv
        
Keywords: django environment
Platform: UNKNOWN
Description-Content-Type: text/x-rst
