aboutsummaryrefslogtreecommitdiffstats
path: root/NOTES.txt
diff options
context:
space:
mode:
authorWeitian LI <liweitianux@gmail.com>2014-05-04 14:23:19 +0800
committerWeitian LI <liweitianux@gmail.com>2014-05-04 14:23:19 +0800
commit9634f99cda0e3464491e1ce124a136176a69d4f3 (patch)
tree6ad2537025ecd938df5c774db332762624e00043 /NOTES.txt
parent1dff1d0b4bae3827223314d19fc2009dbc2c5706 (diff)
downloaddjango-skaschool-9634f99cda0e3464491e1ce124a136176a69d4f3.tar.bz2
* small updates to 'introduction.html'
* small updates to 'NOTES.txt'
Diffstat (limited to 'NOTES.txt')
-rw-r--r--NOTES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/NOTES.txt b/NOTES.txt
index 3014821..4cb5704 100644
--- a/NOTES.txt
+++ b/NOTES.txt
@@ -9,3 +9,7 @@ https://docs.djangoproject.com/en/1.6/ref/contrib/contenttypes/
* serializing references to ContentType objects:
[natural keys] dumpdata --natural
+
+## dumpdata
+$ python manage.py dumpdata --settings='django_skaschool.settings_production' --indent=4
+