Skip to content

Commit 00ca0b2

Browse files
committed
add templateresponse examples for django
1 parent 80a7930 commit 00ca0b2

File tree

4 files changed

+442
-0
lines changed

4 files changed

+442
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ Example code from django-cms:
135135
* [django.contrib.admin.sites.register](/django-contrib-admin-sites-register-examples.html)
136136
* [django.db OperationalError](/django-db-operationalerror-examples.html)
137137
* [django.db.models Model](/django-db-models-model-examples.html)
138+
* [django.template.response TemplateResponse](/django-template-response-templateresponse-examples.html)
138139
* [django.utils timezone](/django-utils-timezone-examples.html)
139140

140141

@@ -417,4 +418,5 @@ Example code from wagtail shown on these pages:
417418
* [django.db.models DateField](/django-db-models-datefield-examples.html)
418419
* [django.db.models IntegerField](/django-db-models-integerfield-examples.html)
419420
* [django.http Http404](/django-http-http404-examples.html)
421+
* [django.template.response TemplateResponse](/django-template-response-templateresponse-examples.html)
420422

0 commit comments

Comments
 (0)