Manager command to create an admin user for the environment.

This commit is contained in:
Rebecca Law
2016-01-18 10:56:26 +00:00
parent 56f455fe3a
commit c4e5ab7c77
2 changed files with 26 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ class Development(Config):
DEBUG = True
SECRET_KEY = 'secret-key'
DANGEROUS_SALT = 'dangerous-salt'
ADMIN_USER_EMAIL_ADDRESS = 'dev-notify-admin@digital.cabinet-office.gov.uk'
class Test(Config):
DEBUG = True