Compare commits

...

4 Commits

Author SHA1 Message Date
Will Vincent
e1dfd34553
Merge pull request #216 from deronnax/patch-2
remove danieljdufour/djenv
2023-05-26 14:42:24 -04:00
Will Vincent
0ffe1a4d9f
Merge pull request #220 from pietrodeluca/patch-1
Added DJ4E and CS50W courses in Education
2023-05-26 14:32:29 -04:00
Pietro De Luca
086cc73ac3
Update README.md
Added Django for Everybody course, and Harvard's CS50W webdev course.
2023-05-22 17:52:49 +02:00
Mathieu Dupuy
fb2798f27e
remove danieljdufour/djenv
29 stars, 0 forks, 13 commits. How could it have been included in the first place?
2023-04-27 23:06:42 +02:00

View File

@ -136,7 +136,6 @@ _For a complete listing of all available packages, see [Django Packages](https:/
- [django-environ](https://github.com/joke2k/django-environ) - Environment variables. - [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-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. - [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.
- [django-configurations](https://github.com/jazzband/django-configurations) - eases Django project configuration by relying on the composability of Python classes and following principles of [the twelve-factor app](https://12factor.net/config). - [django-configurations](https://github.com/jazzband/django-configurations) - eases Django project configuration by relying on the composability of Python classes and following principles of [the twelve-factor app](https://12factor.net/config).
- [dynaconf](https://www.dynaconf.com/django/) - Dynaconf loads django settings from multiple sources (multiple file formats, env vars, redis, vault, etcd), manages secrets, and allows for different merging strategies all following [the twelve-factor app](https://12factor.net/config). - [dynaconf](https://www.dynaconf.com/django/) - Dynaconf loads django settings from multiple sources (multiple file formats, env vars, redis, vault, etcd), manages secrets, and allows for different merging strategies all following [the twelve-factor app](https://12factor.net/config).
- [django-extra-settings](https://github.com/fabiocaccamo/django-extra-settings) - Config and manage typed extra settings using just the django admin. - [django-extra-settings](https://github.com/fabiocaccamo/django-extra-settings) - Config and manage typed extra settings using just the django admin.
@ -338,6 +337,8 @@ _A short list of Python packages that work well with Django._
- [Django Sites](https://www.djangosites.org/) - Comprehensive listing of sites built with Django. - [Django Sites](https://www.djangosites.org/) - Comprehensive listing of sites built with Django.
- [Django Styleguide](https://github.com/HackSoftware/Django-Styleguide) - Styleguide for Django with best practices and examples. - [Django Styleguide](https://github.com/HackSoftware/Django-Styleguide) - Styleguide for Django with best practices and examples.
- [Django Template Tags and Filters](https://www.djangotemplatetagsandfilters.com/) - Additional docs on Django's 57 built-in template filters and 27 template tags. - [Django Template Tags and Filters](https://www.djangotemplatetagsandfilters.com/) - Additional docs on Django's 57 built-in template filters and 27 template tags.
- [Django for Everybody](https://www.dj4e.com/) - A complete course for webdev beginners focused on Django.
- [CS50W](https://cs50.harvard.edu/web/2020/) - Harvard's University introductory course to web development, it explains Django as backend framework.
### Community ### Community