Fixed test exception.

This commit is contained in:
mario 2015-12-22 09:28:35 +01:00
parent 23eb6e5be5
commit 4c8db510b0

View File

@ -70,7 +70,3 @@ INSTALLED_APPS = [
SECRET_KEY = "38dh*skf8sjfhs287dh&^hd8&3hdg*j2&sd"
ACCOUNT_ACTIVATION_DAYS = 1
SITE_ID = 1
MIGRATION_MODULES = {
'authtoken': 'authtoken.migrations',
}