Skip to content

Commit 2b38199

Browse files
committed
add more example code projects for django
1 parent 8a74e2e commit 2b38199

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

content/pages/examples/django/django-code-examples.markdown

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,20 @@ Useful example code found within django-easy-timezones:
172172
* [django.utils.timezone](/django-utils-timezone-examples.html)
173173

174174

175+
### django-environ
176+
[django-environ](https://github.com/joke2k/django-environ)
177+
([project documentation](https://django-environ.readthedocs.io/en/latest/)
178+
and
179+
[PyPI page](https://pypi.org/project/django-environ/))
180+
is a library that aims to make it easier to configure your Django
181+
project's configuration through environment variables. The philosophy
182+
is inspired by the [Twelve-Factor App](https://www.12factor.net/)
183+
set of principles.
184+
185+
django-environ is open source under the
186+
[MIT license](https://github.com/joke2k/django-environ/blob/develop/LICENSE.txt).
187+
188+
175189
### django-extensions
176190
[django-extensions](https://github.com/django-extensions/django-extensions)
177191
([project documentation](https://django-extensions.readthedocs.io/en/latest/)
@@ -202,6 +216,17 @@ Code from django-filer can be found on these pages:
202216
* [django.http HttpResponseBadRequest](/django-http-httpresponsebadrequest-examples.html)
203217

204218

219+
### django-filter
220+
[django-filter](https://github.com/carltongibson/django-filter)
221+
([project documentation](https://django-filter.readthedocs.io/en/master/)
222+
and
223+
[PyPI page](https://pypi.org/project/django-filter/2.2.0/))
224+
makes it easier to filter down querysets from the
225+
[Django ORM](/django-orm.html) by providing common bits of boilerplate
226+
code. django-filter is provided as
227+
[open source](https://github.com/carltongibson/django-filter/blob/master/LICENSE).
228+
229+
205230
### django-floppyforms
206231
[django-floppyforms](https://github.com/jazzband/django-floppyforms)
207232
([project documentation](https://django-floppyforms.readthedocs.io/en/latest/)

0 commit comments

Comments
 (0)