mirror of
https://github.com/wsvincent/awesome-django.git
synced 2024-11-23 20:11:09 +00:00
Added djenv
Hello. For your consideration, I added djenv, which is a library that allows you to configure Django settings with environmental variables. It automatically deciphers what environmental variables corresponds to what Django settings. It also automatically casts the environmental variables into the right type. Thank you for your time.
This commit is contained in:
parent
9833e70f28
commit
d5344d1e57
|
@ -100,6 +100,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/
|
|||
- [django-environ](https://github.com/joke2k/django-environ) - Environment variables.
|
||||
- [django-split-settings](https://github.com/sobolevn/django-split-settings) - Organize multiple settings files.
|
||||
- [django-constance](https://github.com/jazzband/django-constance) - A Django app for storing dynamic settings in pluggable backends (Redis and Django model backend built in) with an integration with the Django admin app.
|
||||
- [djenv](https://github.com/danieljdufour/djenv) - Load Django settings from environmental variables
|
||||
|
||||
### Content Management Systems
|
||||
- [wagtail](https://github.com/wagtail/wagtail) - Popular Django content management system (CMS). See [awesome-wagtail](https://github.com/springload/awesome-wagtail) too.
|
||||
|
|
Loading…
Reference in New Issue
Block a user