Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

django-environ

We are on a mission to promote 12-factor pattern into Django projects
Collective - Host: opensource - https://opencollective.com/django-environ - Code: https://github.com/joke2k/django-environ

Add shebang to setup.py

github.com/joke2k/django-environ - f45feb0a88570b9563646b14db9037d882f1a760 authored over 8 years ago by Ed Morley <[email protected]>
Clarifying warning on missing or unreadable file

If a new user doesn't have an `.env` file but instead relies on actual
environment settings on t...

github.com/joke2k/django-environ - a1b1c0be769910195fae3c38c0357bff5ff61905 authored over 8 years ago by Nick Catalano <[email protected]>
Fix tests for Oracle port

github.com/joke2k/django-environ - a14d80ebfadd324155ab171a038f3f45ae93d432 authored almost 9 years ago by Michael O'Connor <[email protected]>
Fix port handling for Oracle URLs

github.com/joke2k/django-environ - e12241b932794171fe1228e8bf32f65cb12068f5 authored almost 9 years ago by Michael O'Connor <[email protected]>
Add travis config for git flow branches

github.com/joke2k/django-environ - 422ea182fe89f09a585a573ac3bdb99542b82891 authored almost 9 years ago by joke2k <[email protected]>
Add travis config for git flow branches

github.com/joke2k/django-environ - 9b8a33aa12b6a489f29219f40af8a80c54dae83d authored almost 9 years ago by joke2k <[email protected]>
replacee six from package with a custom code for support python2/3

github.com/joke2k/django-environ - ed180e29684c649a3aae2d90a89b25a6a43148b1 authored almost 9 years ago by joke2k <[email protected]>
Add django1.9 exception in travis file for python3.2 and python3.3

github.com/joke2k/django-environ - b91e8cd958ddc0fe94f1117598afb7b5570e6828 authored almost 9 years ago by joke2k <[email protected]>
add encoded url parsing support

github.com/joke2k/django-environ - 0373bb0519e862c869ac59f9342dd952ec01af8c authored almost 9 years ago by joke2k <[email protected]>
fix .coveragerc

github.com/joke2k/django-environ - e91c4f9cc65ffaf39c149a30e61340e0c0d1ab76 authored almost 9 years ago by joke2k <[email protected]>
Merge pull request #61 from joke2k/redis-support

support all django redis packages

github.com/joke2k/django-environ - 6985512b841c7b604c100ddef9e4f90bddd06f9e authored almost 9 years ago by Daniele <[email protected]>
Merge pull request #64 from sirex/develop

Syntax highlighting in README.rst

github.com/joke2k/django-environ - 83390f032db5aab1e982d2949b853675c95ea7be authored almost 9 years ago by Daniele <[email protected]>
fix redis check

github.com/joke2k/django-environ - 1654bd748c77b0adeabd9b9fc5ac693cbb970363 authored almost 9 years ago by joke2k <[email protected]>
Syntax highlighting in README.rst

github.com/joke2k/django-environ - ccf130037e592ba4dd5314b474eb36c06c5b2556 authored almost 9 years ago by sirex <[email protected]>
add travis configuration for django 1.9

github.com/joke2k/django-environ - 8bcca885b2a6fb1c165e42fe0ec5232db80f1997 authored almost 9 years ago by joke2k <[email protected]>
fix test for cache_url

github.com/joke2k/django-environ - 76c375f3550912c26bc53fbb75184bcedfe2b828 authored almost 9 years ago by joke2k <[email protected]>
Merge branch 'develop' into smart-cast

github.com/joke2k/django-environ - 9db93ce5cc6c41b8bd55a9a0f25cb6eec0985616 authored almost 9 years ago by joke2k <[email protected]>
Merge branch 'develop' into redis-support

github.com/joke2k/django-environ - 4ef9fb5e870d9591014b01f55605d1a74818df15 authored almost 9 years ago by joke2k <[email protected]>
fix oracle port detection

github.com/joke2k/django-environ - c753a4d7aebe3801c54222d40043d86f963ed909 authored almost 9 years ago by joke2k <[email protected]>
Fix support for all django redis packages and urls

github.com/joke2k/django-environ - 219423a34c61ce5455ac995aa40fc8cf4c642645 authored almost 9 years ago by joke2k <[email protected]>
Add tips section to readme with email settings. fix #7

github.com/joke2k/django-environ - 53a9c5ceb1dec4bf1cfb2b8c782ce83afe1e74de authored almost 9 years ago by joke2k <[email protected]>
add support for smart casting from default type

github.com/joke2k/django-environ - ecb986843e8adc0d456d93fe60326ff429415464 authored almost 9 years ago by joke2k <[email protected]>
support all django redis packages

github.com/joke2k/django-environ - 04bf1a4abd470af1b943b31407e53a282a2d79d0 authored almost 9 years ago by joke2k <[email protected]>
Merge pull request #57 from edmorley/fix-blank-db-fields-handling

Use the empty string rather than `None` for blank database fields

github.com/joke2k/django-environ - 6e853258c053a71d66bd7a56ae29a0ab16f40af5 authored almost 9 years ago by Daniele <[email protected]>
Merge pull request #50 from ljagged/develop

Added logic for parsing Oracle database URLs

github.com/joke2k/django-environ - 7a0bd3949363efde1da36ecf11f885b0214d5afa authored almost 9 years ago by Daniele <[email protected]>
Merge pull request #49 from c17r/feature/pymemcache-binary

Include BINARY as cache option for PyLibMCCache

github.com/joke2k/django-environ - 61a10b97e1ec08a80a4cff45050f9966c8ec5406 authored almost 9 years ago by Daniele <[email protected]>
Merge pull request #52 from edmorley/fix-logger-name

Use the module name rather than the filepath for the logger name

github.com/joke2k/django-environ - deb5747cba131371385c01a29885071415d81383 authored almost 9 years ago by Daniele <[email protected]>
resolve conflicts in README and environ.py

github.com/joke2k/django-environ - 8e2fd620c53a1d3e0f76bbc7b4e59caa66b94262 authored almost 9 years ago by joke2k <[email protected]>
Merge branch 'averagehuman-class-level-environ' into develop

github.com/joke2k/django-environ - 617b7dce0c6cb7df71ab7c2399cec9c620ea4b2c authored almost 9 years ago by joke2k <[email protected]>
Environ class now uses self.environ isntead of os.environ

github.com/joke2k/django-environ - d0e8fc56ee85f78be0ea95cf4324817269c18b7f authored almost 9 years ago by joke2k <[email protected]>
Use the empty string rather than `None` for blank database fields

For testing and development environments, it's not uncommon for some of
the database fields (eg ...

github.com/joke2k/django-environ - 69bb83adaeada1a9a8516c44ef3ada78cb0a545d authored about 9 years ago by Ed Morley <[email protected]>
Use the module name rather than the filepath for the logger name

Fixes #51.

github.com/joke2k/django-environ - 04e9d8bd6b7af5687bdc1cadf2461c467ba34193 authored about 9 years ago by Ed Morley <[email protected]>
Changed missing port test to be compatible with python 2.6

github.com/joke2k/django-environ - bed0efc8399f2190be6f3e657bfc30baa1f56c16 authored about 9 years ago by Alex Garrett <[email protected]>
Added logic for parsing Oracle database URLs

github.com/joke2k/django-environ - 2cfe56895e430a7cfce4f725d7fbd3afcb9e2743 authored about 9 years ago by Alex Garrett <[email protected]>
Include BINARY as cache option for PyLibMCCache

github.com/joke2k/django-environ - 29fc98bbee5384d5abc7fdc1648e88b115fc59f8 authored about 9 years ago by Christian Sauer <[email protected]>
URL decode usernames and passwords in urls

github.com/joke2k/django-environ - 4fe4e35bd1b223289fba113d3d2a8bc995983f62 authored about 9 years ago by Joshua "jag" Ginsberg <[email protected]>
add exceptions to travis matrix (old djangos and new pythons)

github.com/joke2k/django-environ - 0033650843d1be51b4e05dc3ccb58bbfee44e42c authored about 9 years ago by joke2k <[email protected]>
Merge pull request #46 from adamkal/develop

Add Python 3.5 to Travis tests

github.com/joke2k/django-environ - 5faf4fe05060722aeb6e7168d730a8f8b400a23f authored about 9 years ago by Daniele <[email protected]>
Remove --use-mirrors from Travis config

--use-mirrors is deprecated https://github.com/pypa/pip/pull/1098

github.com/joke2k/django-environ - a586076adce4c03fb041e6c029db0f94b3eb72eb authored about 9 years ago by Adam Kaliński <[email protected]>
Add Python nightly build to Travis tests

github.com/joke2k/django-environ - 0229cbaf1ff1d47526c699c24facbe9619a84f85 authored about 9 years ago by Adam Kaliński <[email protected]>
Add Python 3.5 to Travis tests

github.com/joke2k/django-environ - df039d6ac3c8a447360a391b7e04264bfca1c81e authored about 9 years ago by Adam Kaliński <[email protected]>
add wheel configuration

github.com/joke2k/django-environ - dd321578e3b4079bb929f7010b20207ede145a05 authored about 9 years ago by joke2k <[email protected]>
Merge pull request #45 from joke2k/develop

Merge all new features into master for version 0.4

github.com/joke2k/django-environ - 9fe8c39493751996d7d6fbec924c87cfbfe848f9 authored about 9 years ago by Daniele <[email protected]>
fix readme rst

github.com/joke2k/django-environ - 97fa7a144c80da15d45209edd74915b95c371851 authored about 9 years ago by joke2k <[email protected]>
update readme and license files

github.com/joke2k/django-environ - bb9b1e7c4af97c137d4d39224cf9a06fee37a189 authored about 9 years ago by joke2k <[email protected]>
Merge branch 'burhan-string-methods' into develop

github.com/joke2k/django-environ - f986a3edbc73d40470ba645e0f069840ab204234 authored about 9 years ago by joke2k <[email protected]>
resolve conflicts to merge pull-request #31

github.com/joke2k/django-environ - 6ebc1c24b6d435f702ed8cf30bcb4417655a23c5 authored about 9 years ago by joke2k <[email protected]>
Update travisCI configuration to speed up the tests

github.com/joke2k/django-environ - 1d48d5b9abf0f0f9c4a0646bbc1bab016df5f2b8 authored about 9 years ago by joke2k <[email protected]>
Merge branch 'innoteq-master' into develop

github.com/joke2k/django-environ - 308ad236f1a248a5e4070d5714f7d879e32ebaee authored about 9 years ago by joke2k <[email protected]>
Add tuple support

github.com/joke2k/django-environ - 0c42b6af80929d830e03a4e5f007715c5cdcd2f3 authored about 9 years ago by joke2k <[email protected]>
remove casting for empty default values FIX #44

github.com/joke2k/django-environ - c85540ffc8c6266a151b3973d3ad57002edcb911 authored about 9 years ago by joke2k <[email protected]>
Merge pull request #43 from joke2k/develop

small fixes in README and docs

github.com/joke2k/django-environ - 6a8c6cfeebeccd50358f206815cc8334f3c47435 authored over 9 years ago by Daniele <[email protected]>
small fixes in README and docs

github.com/joke2k/django-environ - 2b229eb7546d8b957c2a4b144c42df39aa156296 authored over 9 years ago by joke2k <[email protected]>
Merge pull request #42 from joke2k/develop

Merge all new features into master

github.com/joke2k/django-environ - 99490a7dae283958071136d0e3db934c5ea182e1 authored over 9 years ago by Daniele <[email protected]>
removed assertIn and assertNotIn in test cases to support python 2.6 tests

github.com/joke2k/django-environ - 3f9cb09ba5a685f2f1228f98d7e6bbb95ba1093e authored over 9 years ago by joke2k <[email protected]>
enable search test suite and remove test.py from coverage

github.com/joke2k/django-environ - 527c5fda58c7ec3c5a882d85768817f2a58996ca authored over 9 years ago by joke2k <[email protected]>
add search url tests and improve coverage

github.com/joke2k/django-environ - 0679f31f1f238647d12d9b968b004effd5a8fe62 authored over 9 years ago by joke2k <[email protected]>
add coverage configuration

github.com/joke2k/django-environ - 6fa022edd1056d0d4a66274da066154cd58ddec5 authored over 9 years ago by joke2k <[email protected]>
updates package's badges into README.rst

github.com/joke2k/django-environ - 139c08ab05daafba4c5edb2db4aa7d1fed06144f authored over 9 years ago by joke2k <[email protected]>
add Django 1.8 to travis CI

github.com/joke2k/django-environ - a13f0a27c8f82d67cc778b0723af88eb7011fc14 authored over 9 years ago by joke2k <[email protected]>
add bumpversion into setup.cfg

github.com/joke2k/django-environ - 363bbb997301c643dc5ea62de988ce5a5774c8dd authored over 9 years ago by joke2k <[email protected]>
Version bump and documentation updates

github.com/joke2k/django-environ - d7114ae8dce187c057ecea7cb7720b966f80e948 authored over 9 years ago by joke2k <[email protected]>
removed module import from setup.py

github.com/joke2k/django-environ - 79e886778786bdafbbaa5d866faf0a82178dd48e authored over 9 years ago by joke2k <[email protected]>
Pep8 in tests

github.com/joke2k/django-environ - d0431555359e58f99a63325b66c7112ce0c8b7d5 authored over 9 years ago by Andrew Grigorev <[email protected]>
Autopep8

github.com/joke2k/django-environ - 064c7062161909233815e11d566fbb647c280df3 authored over 9 years ago by Andrew Grigorev <[email protected]>
Merge branch 'python-3.4' of git://github.com/carlosfunk/django-environ

github.com/joke2k/django-environ - c0479d2a8099b46459d59f4adddad038ed7819bd authored over 9 years ago by Andrew Grigorev <[email protected]>
Merge branch 'feature/django-redis' of git://github.com/themotleyfool/django-environ

github.com/joke2k/django-environ - ec1fb04f6e7154931e483c9cb5f8aa08c8edb99c authored over 9 years ago by Andrew Grigorev <[email protected]>
Fix setup.py

github.com/joke2k/django-environ - 6cd7cc81dbd07103870e46929024e55e86742ce4 authored over 9 years ago by Andrew Grigorev <[email protected]>
Strip out that unicode misunderstood shame

github.com/joke2k/django-environ - 4ea4d8ef2535d4ba2ccaee0522aa30d262089c4f authored over 9 years ago by Andrew Grigorev <[email protected]>
Update README

github.com/joke2k/django-environ - e0fbabb0c8412f5274c6000865a504269c45a299 authored over 9 years ago by Andrew Grigorev <[email protected]>
Add EMAIL_USE_SSL support

github.com/joke2k/django-environ - 487221fd6ec511f4b991c482a88dde9e29d0b30c authored over 9 years ago by Andrew Grigorev <[email protected]>
redis_cache deprecated in 3.8 and removed in 3.9 in favor of django_redis

github.com/joke2k/django-environ - fef78249d866d9902150ff0b2255dddf399f8e05 authored over 9 years ago by Christian Sauer <[email protected]>
Add tuple support

github.com/joke2k/django-environ - 0f4e3c02464a4626fec33b128c7dea0af42cbbcc authored over 9 years ago by Mikhail Sokolov <[email protected]>
Exclude Python 3.3 from testing Django 1.5

github.com/joke2k/django-environ - 435847b518921a0bbce13da32a13ffe8892b1857 authored over 9 years ago by Carl Robben <[email protected]>
Exclude Python 2.6 from testing Django 1.7/8

github.com/joke2k/django-environ - 23b5488d6fe7f5c212ea72647149b30f9b4b5ac4 authored over 9 years ago by Carl Robben <[email protected]>
Add Python 3.4

github.com/joke2k/django-environ - 8a456571676b53ead2358e2bfdf6a260cd95cc93 authored over 9 years ago by Carl Robben <[email protected]>
adding __getitem__

github.com/joke2k/django-environ - 9efdade0aa16630553e17655ad9c7e294ba9721d authored over 9 years ago by Burhan Khalid <[email protected]>
Better tests

github.com/joke2k/django-environ - f982bbe147ea505d2ebe3fe119ced523ae6ad929 authored over 9 years ago by Burhan Khalid <[email protected]>
updating test coverage

github.com/joke2k/django-environ - 59a9f3df45fdfc42d48c3598c6f726b07389027a authored over 9 years ago by Burhan Khalid <[email protected]>
adding rfind and find methods to Path

github.com/joke2k/django-environ - 0f11e53372e25565691b0f4d45484f0a42bbc8e0 authored over 9 years ago by Burhan Khalid <[email protected]>
fix django2scoops link

github.com/joke2k/django-environ - a902dfb45bc005b98bd2a6f1882bbf662774ced0 authored over 9 years ago by joke2k <[email protected]>
Merge pull request #18 from karabijavad/patch-1

Update environ.py

github.com/joke2k/django-environ - d188ccfef64385176d68e54478ee0be51f689036 authored over 9 years ago by Daniele <[email protected]>
Merge pull request #22 from mcilvena/patch-1

Fix typo in index.rst

github.com/joke2k/django-environ - c2c38b8d7911817f7b17b806fdef9a198f0e2544 authored over 9 years ago by Daniele <[email protected]>
Merge pull request #20 from cmheisel/master

Fix docs for dict usage

github.com/joke2k/django-environ - 3b1cbddc6ba87eb6acb298b01c9656b68df077e7 authored over 9 years ago by Daniele <[email protected]>
Merge pull request #13 from RockingRolli/patch-1

Update README.rst

github.com/joke2k/django-environ - c31a9e7daf00af0ee9eb33d541be8601334b595d authored over 9 years ago by Daniele <[email protected]>
Fix 2scoops link and minor typo

- new home of two scoops is http://twoscoopspress.org/

github.com/joke2k/django-environ - 62c79565ac9beea2ff348103469dfc5c4d88a775 authored over 9 years ago by Saurabh Kumar <[email protected]>
Added test, documentation for casting certain keys in dict

github.com/joke2k/django-environ - 9cbc754f263c142d9f1d5a8758c5e31848b2da09 authored almost 10 years ago by Chris Heisel <[email protected]>
Fix typo in index.rst

github.com/joke2k/django-environ - 81dfff2166acfe0e58b1edce23788ce7c456c56b authored almost 10 years ago by Troy Mcilvena <[email protected]>
Fix docs for dict usage

github.com/joke2k/django-environ - 5dcc1e5487afb6a0e8286967a01a3b497920bd75 authored about 10 years ago by Chris Heisel <[email protected]>
Update environ.py

Just because .db() and .cache() were available...

github.com/joke2k/django-environ - 201bacd3fb6ea263f6c92b84afc8f9395755b913 authored about 10 years ago by Javad Karabi <[email protected]>
Update README.rst

github.com/joke2k/django-environ - cac43b5ad87328e8fcc41efce308d4d780283887 authored over 10 years ago by Roland von Ohlen <[email protected]>
fix Path contains for windows

github.com/joke2k/django-environ - 2f452fb9e9ccab90fe26e3840ea87d25568ac8ce authored over 10 years ago by joke2k <[email protected]>
add django17 release; appveyor badge

github.com/joke2k/django-environ - 85e1ea971c09d0a4951926da8dd1a8dcc6db090e authored over 10 years ago by joke2k <[email protected]>
Improve README and version to 0.3.1

github.com/joke2k/django-environ - 8e49c07f89c51118bf8a2db3957db37224c94ffb authored over 10 years ago by joke2k <[email protected]>
Merge branch 'moimael-master'

github.com/joke2k/django-environ - 32a8bd35469ae5b14c5d87e76dbb79d55e6837eb authored over 10 years ago by joke2k <[email protected]>
add tests for ldap protocol

github.com/joke2k/django-environ - 842d1c09e6f26347b9ce86297194f25c692d7aab authored over 10 years ago by joke2k <[email protected]>
Merge branch 'master' of github.com:moimael/django-environ into moimael-master

github.com/joke2k/django-environ - c50aa91d31994d5f065b4a5041349dabb76cf9b7 authored over 10 years ago by joke2k <[email protected]>
add psql shortcut for database url FIXES #12

github.com/joke2k/django-environ - 6cb268dd9a87e233e70ce1ef76eef506c3eda4b0 authored over 10 years ago by joke2k <[email protected]>