django-configurations-base

django-configurations base settings


Keywords
django, django-configurations, python
License
Unlicense
Install
pip install django-configurations-base==2020.10.26

Documentation

Installation

$ [sudo] pip install django-configurations-base

Features

  • base configuration with standard keys and default values
settings.py
from django_configurations_base import BaseConfiguration

class Base(BaseConfiguration):
    # no need to define standard keys
.env
DJANGO_STATIC=/static/
...

Links

readme42.com