@@ -44,87 +44,7 @@ <h4 class="bp"><a href="https://testdriven.io/courses/aws-flask-react/?utm_sourc
4444</ div >
4545
4646< h2 > Example Python Projects and Code</ h2 >
47- < div class ="row ">
48- < div class ="c12 ">
49- < h3 style ="margin-top:24px;line-height:28px "> < a href ="/django.html "> Django</ a > :
50- < a href ="/django-extensions-plug-ins-related-libraries.html "> Extensions, Plug-ins and Related Libraries</ a > &
51- < a href ="/django-code-examples.html "> Example Projects and Code</ a >
52- </ h3 >
53- < h4 class ="bp "> < a href ="/django-apps-config-appconfig-examples.html "> django.apps.config AppConfig</ a > </ h4 >
54- < h4 class ="bp "> django.conf
55- < a href ="/django-conf-settings-examples.html "> settings</ a > ,
56- < a href ="/django-conf-urls-url-examples.html "> urls.url</ a >
57- </ h4 >
58- < h4 class ="bp "> < a href ="/django-contrib-admin-examples.html "> django.contrib.admin</ a >
59- < a href ="/django-contrib-admin-filters-simplelistfilter-examples.html "> filters.SimpleListFilter</ a > ,
60- < a href ="/django-contrib-admin-sites-register-examples.html "> sites.register</ a > ,
61- < a href ="/django-contrib-auth-get-user-model-examples.html "> auth.get_user_model</ a > ,
62- < a href ="/django-contrib-auth-decorators-login-required-examples.html "> auth.decorators login_required</ a > ,
63- < a href ="/django-contrib-auth-hashers-make-password-examples.html "> auth.hashers.make_password</ a >
64- </ h4 >
65- < h4 class ="bp "> django.core
66- < a href ="/django-core-mail-send-mail-examples.html "> mail.send_mail</ a > ,
67- < a href ="/django-core-mail-messages-emailmessage-examples.html "> mail.messages EmailMessage</ a > ,
68- < a href ="/django-core-management-base-basecommand-examples.html "> management.base BaseCommand</ a >
69- </ h4 >
70- < h4 class ="bp "> < a href ="/django-db-operationalerror-examples.html "> django.db OperationalError</ a > </ h4 >
71- < h4 class ="bp "> django.db.models
72- < a href ="/django-db-models-autofield-examples.html "> AutoField</ a > ,
73- < a href ="/django-db-models-booleanfield-examples.html "> BooleanField</ a > ,
74- < a href ="/django-db-models-charfield-examples.html "> CharField</ a > ,
75- < a href ="/django-db-models-datefield-examples.html "> DateField</ a > ,
76- < a href ="/django-db-models-datetimefield-examples.html "> DateTimeField</ a > ,
77- < a href ="/django-db-models-filefield-examples.html "> FileField</ a > ,
78- < a href ="/django-db-models-foreignkey-examples.html "> ForeignKey</ a > ,
79- < a href ="/django-db-models-genericipaddressfield-examples.html "> GenericIPAddressField</ a > ,
80- < a href ="/django-db-models-imagefield-examples.html "> ImageField</ a > ,
81- < a href ="/django-db-models-integerfield-examples.html "> IntegerField</ a > ,
82- < a href ="/django-db-models-model-examples.html "> Model</ a > ,
83- < a href ="/django-db-models-positiveintegerfield-examples.html "> PositiveIntegerField</ a > ,
84- < a href ="/django-db-models-positivesmallintegerfield-examples.html "> PositiveSmallIntegerField</ a > ,
85- < a href ="/django-db-models-signal-examples.html "> signal</ a > ,
86- < a href ="/django-db-models-slugfield-examples.html "> SlugField</ a > ,
87- < a href ="/django-db-models-smallintegerfield-examples.html "> SmallIntegerField</ a > ,
88- < a href ="/django-db-models-textfield-examples.html "> TextField</ a >
89- </ h4 >
90- < h4 class ="bp "> < a href ="/django-dispatch-dispatcher-signal-examples.html "> django.dispatch.dispatcher Signal</ a > </ h4 >
91- < h4 class ="bp "> < a href ="/django-forms-examples.html "> django.forms</ a >
92- < a href ="/django-forms-booleanfield-examples.html "> BooleanField</ a > ,
93- < a href ="/django-forms-charfield-examples.html "> CharField</ a > ,
94- < a href ="/django-forms-choicefield-examples.html "> ChoiceField</ a > ,
95- < span class ="sn "> TypedChoiceField</ span > ,
96- < span class ="sn "> DateField</ span > ,
97- < span class ="sn "> DateTimeField</ span > ,
98- < span class ="sn "> DecimalField</ span > ,
99- < span class ="sn "> DurationField</ span > ,
100- < a href ="/django-forms-emailfield-examples.html "> EmailField</ a > ,
101- < a href ="/django-forms-integerfield-examples.html "> IntegerField</ a >
102- </ h4 >
103- < h4 class ="bp "> django.http
104- < a href ="/django-http-httpresponse-examples.html "> HttpResponse</ a > ,
105- < a href ="/django-http-httpresponsebadrequest-examples.html "> HttpResponseBadRequest</ a > ,
106- < a href ="/django-http-httpresponseforbidden-examples.html "> HttpResponseForbidden</ a > ,
107- < a href ="/django-http-httpresponsenotmodified-examples.html "> HttpResponseNotModified</ a > ,
108- < a href ="/django-http-http404-examples.html "> Http404</ a > ,
109- < a href ="/django-http-httpresponsepermanentredirect-examples.html "> HttpResponsePermanentRedirect</ a > ,
110- < a href ="/django-http-httpresponseredirect-examples.html "> HttpResponseRedirect</ a >
111- </ h4 >
112- < h4 class ="bp "> django.urls
113- < a href ="/django-urls-path-examples.html "> path</ a > ,
114- < a href ="/django-urls-reverse-lazy-examples.html "> reverse_lazy</ a >
115- </ h4 >
116- < h4 class ="bp "> django.urls.exceptions
117- < a href ="/django-urls-exceptions-noreversematch-examples.html "> NoReverseMatch</ a > ,
118- < a href ="/django-urls-exceptions-resolver404-examples.html "> Resolver404</ a >
119- </ h4 >
120- < h4 class ="bp "> < a href ="/django-utils-html-format-html-examples.html "> django.utils.html format_html</ a > </ h4 >
121- < h4 class ="bp "> django.template.response
122- < a href ="/django-template-response-simpletemplateresponse-examples.html "> SimpleTemplateResponse</ a > ,
123- < a href ="/django-template-response-templateresponse-examples.html "> TemplateResponse</ a >
124- </ h4 >
125- < h4 class ="bp "> < a href ="/django-utils-timezone-examples.html "> django.utils.timezone</ a > </ h4 >
126- </ div >
127- </ div >
47+ {% include "code-examples/django.html" %}
12848
12949< div class ="row ">
13050< div class ="c12 ">
0 commit comments