Revision 9a06d96f snf-astakos-app/astakos/im/migrations/0017_populate_resource_data.py

b/snf-astakos-app/astakos/im/migrations/0017_populate_resource_data.py
2 2

  
3 3
from south.v2 import DataMigration
4 4

  
5

  
5 6
class Migration(DataMigration):
6 7

  
7 8
    def forwards(self, orm):
8 9
        "Obsolete migration."
9 10
        return
10
    
11

  
11 12
    def backwards(self, orm):
12 13
        "Obsolete migration."
13 14
        return
14
    
15

  
15 16
    models = {
16 17
        'auth.group': {
17 18
            'Meta': {'object_name': 'Group'},

Also available in: Unified diff