diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-05-04 14:23:19 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-05-04 14:23:19 +0800 |
commit | 9634f99cda0e3464491e1ce124a136176a69d4f3 (patch) | |
tree | 6ad2537025ecd938df5c774db332762624e00043 /NOTES.txt | |
parent | 1dff1d0b4bae3827223314d19fc2009dbc2c5706 (diff) | |
download | django-skaschool-9634f99cda0e3464491e1ce124a136176a69d4f3.tar.bz2 |
* small updates to 'introduction.html'
* small updates to 'NOTES.txt'
Diffstat (limited to 'NOTES.txt')
-rw-r--r-- | NOTES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 + |