Skip to content

Commit

Permalink
Config migrations folders
Browse files Browse the repository at this point in the history
  • Loading branch information
valdergallo committed Dec 14, 2015
1 parent f311ad5 commit b01c73b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions example/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,12 @@
# EMAIL_BACKEND = 'django.core.mail.backends.filebased.EmailBackend'
# EMAIL_FILE_PATH = '/tmp/invest-messages' # change this to a proper location
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'


SOUTH_MIGRATION_MODULES = {
'data_importer': 'data_importer.south_migrations',
}

MIGRATION_MODULES = {
'data_importer': 'data_importer.django_migrations'
},

0 comments on commit b01c73b

Please sign in to comment.