Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37593003
en ru br
ALT Linux repos
S:0.10.0-alt1

Group :: Development/Python3
RPM: python3-module-django-environ

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.10.0-alt1
Build date: 16 may 2023, 08:38 ( 49.9 weeks ago )
Size: 45.63 Kb

Home page:   https://django-environ.readthedocs.io/en/latest/

License: MIT
Summary: Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.
Description:

The idea of this package is to unify a lot of packages that make the same stuff:
Take a string from os.environ, parse and cast it to some of useful python typed
variables. To do that and to use the 12factor approach, some connection strings
are expressed as url, so this package can parse it and return a urllib.parse.ParseResult.
These strings from os.environ are loaded from a .env file and filled in os.environ with
setdefault method, to avoid to overwrite the real environ.

Current maintainer: Dmitry Lyalyaev

List of contributors

List of rpms provided by this srpm:

  • python3-module-django-environ
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin