('cookie_name',models.TextField(default=b'edx_splash_screen',help_text=b'The name of the cookie to check when assessing if the user needs to be redirected')),
('cookie_allowed_values',models.TextField(default=b'seen',help_text=b'Comma-separated list of values accepted as cookie values to prevent the redirect')),
('unaffected_usernames',models.TextField(default=b'',help_text=b'Comma-separated list of users which should never be redirected (usernames)',blank=True)),
('unaffected_url_paths',models.TextField(default=b'',help_text=b'Comma-separated list of URL paths (not including the hostname) which should not be redirected. Paths may include wildcards denoted by * (example: /*/student_view)',blank=True)),
('redirect_url',models.URLField(default=b'http://edx.org',help_text=b"The URL the users should be redirected to when they don't have the right cookie")),