@@ -56,6 +56,7 @@ dccnsys is shown on the following code example pages:
5656* [ django.contrib.auth.decorators login_required] ( /django-contrib-auth-decorators-login-required-examples.html )
5757* [ django.db.models DateField] ( /django-db-models-datefield-examples.html )
5858* [ django.db.models IntegerField] ( /django-db-models-integerfield-examples.html )
59+ * [ django.http HttpResponseForbidden] ( /django-http-httpresponseforbidden-examples.html )
5960* [ django.urls.path] ( /django-urls-path-examples.html )
6061
6162
@@ -86,6 +87,7 @@ Code from django-angular is shown on:
8687
8788* [ django.conf.urls url] ( /django-conf-urls-url-examples.html )
8889* [ django.conf settings] ( /django-conf-settings-examples.html )
90+ * [ django.http HttpResponseForbidden] ( /django-http-httpresponseforbidden-examples.html )
8991* [ django.http.responses HttpResponsePermanentRedirect] ( /django-http-responses-httpresponsepermanentredirect-examples.html )
9092* [ django.utils.html format_html] ( /django-utils-html-format-html-examples.html )
9193* [ django.urls.exceptions NoReverseMatch] ( /django-urls-exceptions-noreversematch-examples.html )
@@ -135,6 +137,7 @@ Example code from django-cms:
135137* [ django.contrib.admin.sites.register] ( /django-contrib-admin-sites-register-examples.html )
136138* [ django.db OperationalError] ( /django-db-operationalerror-examples.html )
137139* [ django.db.models Model] ( /django-db-models-model-examples.html )
140+ * [ django.http HttpResponseForbidden] ( /django-http-httpresponseforbidden-examples.html )
138141* [ django.template.response TemplateResponse] ( /django-template-response-templateresponse-examples.html )
139142* [ django.utils timezone] ( /django-utils-timezone-examples.html )
140143
@@ -301,6 +304,10 @@ The django-oauth-toolkit project is open sourced under the
301304and it is maintained by the developer community group
302305[ Jazzband] ( https://jazzband.co/ ) .
303306
307+ Code examples provided by django-oauth-toolkit:
308+
309+ * [ django.http HttpResponseForbidden] ( /django-http-httpresponseforbidden-examples.html )
310+
304311
305312### django-oscar
306313[ django-oscar] ( https://github.com/django-oscar/django-oscar/ )
0 commit comments