Changeset e2ceffa for asadb/util


Ignore:
Timestamp:
Jan 29, 2013, 7:50:01 PM (13 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Add list of lock types and assign them to rooms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/util/diff_static_data.sh

    rc060d8c re2ceffa  
    1212../../manage.py dumpdata --format=xml --indent=4 groups.ActivityCategory > groups_initial_data.xml
    1313../../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
     15git add {groups,forms}_initial_data.xml space_lock_types.xml
    1516
    1617echo
Note: See TracChangeset for help on using the changeset viewer.