Contents

django-environ 0.11.2

0

A package that allows you to utilize 12factor inspired environment variables to configure your Djang

A package that allows you to utilize 12factor inspired environment variables to configure your Django application.

Stars: 2927, Watchers: 2927, Forks: 315, Open Issues: 83

The joke2k/django-environ repo was created 11 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 2927 github stars!

How to Install django-environ

You can install django-environ using pip

pip install django-environ

or add it to a project with poetry

poetry add django-environ

Package Details

Author
Daniele Faraglia
License
MIT
Homepage
https://django-environ.readthedocs.org
PyPi:
https://pypi.org/project/django-environ/
Documentation:
https://django-environ.readthedocs.org
GitHub Repo:
https://github.com/joke2k/django-environ

Classifiers

  • Software Development/Libraries/Python Modules
  • Utilities
No  django-environ  pypi packages just yet.

Errors

A list of common django-environ errors.

Code Examples

Here are some django-environ code examples and snippets.

GitHub Issues

The django-environ package has 83 open issues on GitHub

  • The new settings from env.ini are not reloaded when I restart uwsgi, only after reboot
  • Feature request: support default redis backend
  • Support for mssql-django
  • AttributeError: 'str' object has no attribute 'root'

See more issues on GitHub

Related Packages & Articles

django-debug-toolbar 4.3.0

A configurable set of panels that display various debug information about the current request/response.