aboutsummaryrefslogtreecommitdiffstats
path: root/NOTES.txt
diff options
context:
space:
mode:
authorWeitian LI <liweitianux@gmail.com>2014-04-22 14:14:51 +0800
committerWeitian LI <liweitianux@gmail.com>2014-04-22 14:14:51 +0800
commitef714898ab5a4869c055cf542b56644a4b4ede5d (patch)
tree9930781c2d7d4cf8a1bdcc42a999d2db00ede3ca /NOTES.txt
parentd90fecca34b0039f5760e9b421578c1d9f7b13b9 (diff)
downloaddjango-skaschool-ef714898ab5a4869c055cf542b56644a4b4ede5d.tar.bz2
created settings_production.py and updated NOTES.txt
Diffstat (limited to 'NOTES.txt')
-rw-r--r--NOTES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/NOTES.txt b/NOTES.txt
index 34e5177..3014821 100644
--- a/NOTES.txt
+++ b/NOTES.txt
@@ -3,3 +3,9 @@ Notes and Documents on django
1. Django Class Based Generic Views (The Good, The Bad, And the Ugly)
http://glitterbug.in/blog/django-class-based-generic-views-the-good-the-bad-/show/
+2. Django documentation: The contenttypes framework
+https://docs.djangoproject.com/en/1.6/ref/contrib/contenttypes/
+ GenericForeignKey, GenericRelation, GenericInlineModelAdmin
+ * serializing references to ContentType objects:
+ [natural keys] dumpdata --natural
+