@@ -35,6 +35,7 @@ output formats. Auditlog's source code is provided as open source under the
3535
3636Example code found in the AuditLog project:
3737
38+ * [ django.apps.config AppConfig] ( /django-apps-config-appconfig-examples.html )
3839* [ django.contrib.admin.filters SimpleListFilter] ( /django-contrib-admin-filters-simplelistfilter-examples.html )
3940* [ django.db.models DateTimeField] ( /django-db-models-datetimefield-examples.html )
4041* [ django.utils.html format_html] ( /django-utils-html-format-html-examples.html )
@@ -47,6 +48,7 @@ system built with [Django](/django.html). The code is open source under the
4748
4849dccnsys is shown on the following code example pages:
4950
51+ * [ django.apps.config AppConfig] ( /django-apps-config-appconfig-examples.html )
5052* [ django.contrib.auth get_user_model] ( /django-contrib-auth-get-user-model-examples.html )
5153* [ django.contrib.auth.decorators login_required] ( /django-contrib-auth-decorators-login-required-examples.html )
5254* [ django.urls.path] ( /django-urls-path-examples.html )
@@ -61,6 +63,7 @@ flows to Django projects. It is open source under the
6163
6264Code used for examples from the django-allauth project:
6365
66+ * [ django.apps.config AppConfig] ( /django-apps-config-appconfig-examples.html )
6467* [ django.conf.urls.url] ( /django-conf-urls-url-examples.html )
6568* [ django.forms] ( /django-forms-examples.html )
6669
@@ -82,6 +85,22 @@ Code from django-angular is shown on:
8285* [ django.urls.exceptions NoReverseMatch] ( /django-urls-exceptions-noreversematch-examples.html )
8386
8487
88+ ### django-axes
89+ [ django-axes] ( https://github.com/jazzband/django-axes/ )
90+ ([ project documentation] ( https://django-axes.readthedocs.io/en/latest/ )
91+ and
92+ [ PyPI package information] ( https://pypi.org/project/django-axes/ )
93+ is a code library for [ Django] ( /django.html ) projects to track failed
94+ login attempts against a web application. The goal of the project is
95+ to make it easier for you to stop people and scripts from hacking your
96+ Django-powered website.
97+
98+ The code for django-axes is
99+ [ open source under the MIT liense] ( https://github.com/jazzband/django-axes/blob/master/LICENSE )
100+ and maintained by the group of developers known as
101+ [ Jazzband] ( https://jazzband.co/ ) .
102+
103+
85104### django-cors-headers
86105[ django-cors-headers] ( https://github.com/ottoyiu/django-cors-headers ) is
87106an
@@ -256,6 +275,21 @@ Further code examples from django-oscar:
256275* [ django.contrib.auth.decorators login_required] ( /django-contrib-auth-decorators-login-required-examples.html )
257276
258277
278+ ### django-pipeline
279+ [ django-pipeline] ( https://github.com/jazzband/django-pipeline )
280+ ([ project documentation] ( https://django-pipeline.readthedocs.io/en/latest/ )
281+ and
282+ [ PyPI package information] ( https://pypi.org/project/django-pipeline/ ) )
283+ is a code library for handling and compressing
284+ [ static content assets] ( /static-content.html ) when handling requests in
285+ [ Django] ( /django.html ) web applications.
286+
287+ The django-pipeline project is open sourced under the
288+ [ MIT License] ( https://github.com/jazzband/django-pipeline/blob/master/LICENSE.txt )
289+ and it is maintained by the developer community group
290+ [ Jazzband] ( https://jazzband.co/ ) .
291+
292+
259293### django-push-notifications
260294[ django-push-notifications] ( https://github.com/jazzband/django-push-notifications )
261295is a [ Django] ( /django.html ) app for storing and interacting with
@@ -324,6 +358,7 @@ following pages:
324358
325359Additional example code found within gadget-board:
326360
361+ * [ django.apps.config AppConfig] ( /django-apps-config-appconfig-examples.html )
327362* [ django.conf.urls url] ( /django-conf-urls-url-examples.html )
328363* [ django.contrib admin] ( /django-contrib-admin-examples.html )
329364* [ django.contrib.auth.hashers make_password] ( /django-contrib-auth-hashers-make-password-examples.html )
0 commit comments