fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Fixed south migrations

This commit is contained in:
Felipe Martín 2014-06-20 11:09:17 +02:00
parent ecc0f0e3b0
commit 4c306eb065
1 changed files with 4 additions and 0 deletions

View File

@ -220,3 +220,7 @@ FILER_STORAGES = {
},
},
}
SOUTH_MIGRATION_MODULES = {
'easy_thumbnails': 'easy_thumbnails.south_migrations',
}