Skip to content
Snippets Groups Projects
Commit 7cbd21f9 authored by Branson Craig Stephens's avatar Branson Craig Stephens
Browse files

Turn off South migrations for purposes of unit testing.

parent 80cc66f1
No related branches found
No related tags found
No related merge requests found
......@@ -256,6 +256,8 @@ SOUTH_MIGRATION_MODULES = {
'guardian' : 'migrations.guardian',
}
SOUTH_TESTS_MIGRATE = False
# XXX The following Log settings are for a performance metric.
import logging
LOG_ROOT = '/home/gracedb/logs'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment