Skip to content

Commit 4b54d63

Browse files
committed
add django code examples from httpresponseforbidden
1 parent ef057a8 commit 4b54d63

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
301304
and 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/)

theme/templates/css/base.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

theme/templates/css/responsive.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)