Makefile: dump metadata using natural keys

This commit is contained in:
Benjamin Dauvergne 2013-06-26 23:54:34 +02:00
parent ccdb7f52f9
commit bb2573f48c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ update:
dump-metadata:
@echo creating dump of metadata in metadata,json
./manage.py docbow_dumpdata -a \
./manage.py docbow_dumpdata -n -a \
-e south \
-e docbow.deletedmailbox \
-e docbow.document \