settings: disable south test migrations

Refs #5469
This commit is contained in:
Jérôme Schneider 2014-09-29 17:38:15 +02:00
parent 2a03cc832f
commit 04eb569d56
1 changed files with 3 additions and 0 deletions

View File

@ -246,6 +246,9 @@ AJAX_LOOKUP_CHANNELS = {
'all-worker-or-group' : ('calebasse.ressources.lookups', 'AllWorkerOrGroupLookup'),
}
# South configuration
SOUTH_TESTS_MIGRATE = False
# Default URL after login
LOGIN_REDIRECT_URL = '/'