Commit 18970d54 by Paul Kilgo

don't run south migrations during testing

parent 0092e506
......@@ -90,3 +90,4 @@ import getpass
import socket
DEFAULT_FROM_EMAIL = '%s@%s' % (getpass.getuser(), socket.gethostname())
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
SOUTH_TESTS_MIGRATE = False
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment