Add VatRate model tests

This commit is contained in:
Tom Price
2015-03-31 18:01:15 +01:00
parent c0522728fe
commit 4f6d2333c0
3 changed files with 24 additions and 10 deletions

View File

@@ -73,13 +73,13 @@ DATABASES = {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
},
'legacy': {
'ENGINE': 'django.db.backends.mysql',
'HOST': 'alfie.codedinternet.com',
'NAME': 'tec_rigs',
'USER': 'tec_rigs',
'PASSWORD': 'xMNb(b+Giu]&',
}
# 'legacy': {
# 'ENGINE': 'django.db.backends.mysql',
# 'HOST': 'alfie.codedinternet.com',
# 'NAME': 'tec_rigs',
# 'USER': 'tec_rigs',
# 'PASSWORD': 'xMNb(b+Giu]&',
# }
}
# User system