Skip to content

Commit 302752e

Browse files
committed
new django resource
1 parent 27fd65a commit 302752e

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,11 @@ <h2>Django ORM resources</h2>
306306
existing framework.</p>
307307
<ul>
308308
<li>
309+
<p><a href="http://www.dabapps.com/blog/django-models-and-encapsulation/">Django models, encapsulation and data integrity</a>
310+
is a detailed article by Tom Christie on encapsulating Django models for
311+
data integrity.</p>
312+
</li>
313+
<li>
309314
<p><a href="http://django-debug-toolbar.readthedocs.org/en/1.2/">Django Debug Toolbar</a>
310315
is a powerful Django ORM database query inspection tool. Highly recommended
311316
during development to ensure you're writing reasonable query code.

django.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,11 @@ <h2>Django ORM resources</h2>
213213
existing framework.</p>
214214
<ul>
215215
<li>
216+
<p><a href="http://www.dabapps.com/blog/django-models-and-encapsulation/">Django models, encapsulation and data integrity</a>
217+
is a detailed article by Tom Christie on encapsulating Django models for
218+
data integrity.</p>
219+
</li>
220+
<li>
216221
<p><a href="http://django-debug-toolbar.readthedocs.org/en/1.2/">Django Debug Toolbar</a>
217222
is a powerful Django ORM database query inspection tool. Highly recommended
218223
during development to ensure you're writing reasonable query code.

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-10-15T07:07:52Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-10-15T08:23:56Z</updated></feed>

source/content/pages/02-web-frameworks/0202-django.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@ Since the majority of Django projects are tied to the default ORM, it's best to
178178
read up on advanced use cases and tools for doing your best work within the
179179
existing framework.
180180

181+
* [Django models, encapsulation and data integrity](http://www.dabapps.com/blog/django-models-and-encapsulation/)
182+
is a detailed article by Tom Christie on encapsulating Django models for
183+
data integrity.
184+
181185
* [Django Debug Toolbar](http://django-debug-toolbar.readthedocs.org/en/1.2/)
182186
is a powerful Django ORM database query inspection tool. Highly recommended
183187
during development to ensure you're writing reasonable query code.

0 commit comments

Comments
 (0)