Changeset e2ceffa for asadb/util
- Timestamp:
- Jan 29, 2013, 7:50:01 PM (13 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- f6982d4
- Parents:
- 67dd640
- git-author:
- Alex Dehnert <adehnert@…> (01/29/13 19:50:01)
- git-committer:
- Alex Dehnert <adehnert@…> (01/29/13 19:50:01)
- File:
-
- 1 edited
-
asadb/util/diff_static_data.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/util/diff_static_data.sh
rc060d8c re2ceffa 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.