Changes between Initial Version and Version 2 of Ticket #29


Ignore:
Timestamp:
Nov 12, 2011, 3:07:49 AM (14 years ago)
Author:
adehnert
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29

    • Property Summary changed from Create data migrations for OfficeRoles to Create data migrations for static models
  • Ticket #29 – Description

    initial v2  
    1 At the moment, when you create a new deployment, you need to remember to create the OfficerRole objects. South should be poked to do this automatically.
     1At the moment, when you create a new deployment, you need to remember to create various static models. South should be poked to do this automatically.
     2
     3This includes:
     4 * OfficerRole
     5 * The system:groupadmin group and groupadmin@SYSTEM users (and associated permissions)
     6 * ActivityCategory (though at least there's a script for this already; see #30)
     7
     8There's probably some other stuff that I'm forgetting just now.