Changeset ecf87c8 for asadb/util/diff_static_data.sh
- Timestamp:
- Jun 5, 2013, 5:53:11 AM (13 years ago)
- Branches:
- master, stable, stage
- Children:
- 17c118f
- Parents:
- 242566d (diff), 72a3d90 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- Alex Dehnert <adehnert@…> (06/05/13 05:53:05)
- git-committer:
- Alex Dehnert <adehnert@…> (06/05/13 05:53:11)
- File:
-
- 1 edited
-
asadb/util/diff_static_data.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/util/diff_static_data.sh
raab0dc8 r3c1b20b 12 12 ../../manage.py dumpdata --format=xml --indent=4 groups.ActivityCategory > groups_initial_data.xml 13 13 ../../manage.py dumpdata --format=xml --indent=4 forms.FYSMCategory > forms_initial_data.xml 14 git add {groups,forms}_initial_data.xml 14 ../../manage.py dumpdata --format=xml --indent=4 space.LockType --format=xml --indent=4 > space_lock_types.xml 15 git add {groups,forms}_initial_data.xml space_lock_types.xml 15 16 16 17 echo
Note: See TracChangeset
for help on using the changeset viewer.