diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-04-21 00:01:27 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-04-21 00:01:27 +0800 |
commit | d7e8ddf0a89f2bf66ade1ee233dec80b83ec4b1a (patch) | |
tree | 1c2e6641843fbe953dbfb959e87c93a57e03a15f | |
parent | c11363e94069139f89c613c678624458fe167e66 (diff) | |
download | django-skaschool-d7e8ddf0a89f2bf66ade1ee233dec80b83ec4b1a.tar.bz2 |
added NOTES.txt to record some notes and docs
-rw-r--r-- | NOTES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/NOTES.txt b/NOTES.txt new file mode 100644 index 0000000..34e5177 --- /dev/null +++ b/NOTES.txt @@ -0,0 +1,5 @@ +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/ + |