Add a new domain for the email domain regex.

This commit is contained in:
Rebecca Law
2016-09-15 09:39:44 +01:00
parent 77f81ad08e
commit ef792d9d2a
2 changed files with 3 additions and 1 deletions

View File

@@ -57,7 +57,8 @@ class Config(object):
"kainos\.com",
"salesforce\.com",
"bitzesty\.com",
"dclgdatamart\.co\.uk"]
"dclgdatamart\.co\.uk",
"valtech\.co\.uk"]
class Development(Config):