mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Added the ability to mark a blacklist item's source
This commit is contained in:
@@ -51,3 +51,11 @@ BLACKLIST_TYPE_CHOICES = (
|
||||
(BLACKLIST_TYPE_EMAIL, 'Email Address'),
|
||||
(BLACKLIST_TYPE_AUTH, 'Auth Account'),
|
||||
)
|
||||
|
||||
BLACKLIST_SOURCE_INTERNAL = 0
|
||||
BLACKLIST_SOURCE_EXTERNAL = 1
|
||||
|
||||
BLACKLIST_SOURCE_CHOICES = (
|
||||
(BLACKLIST_SOURCE_INTERNAL, 'Internal'),
|
||||
(BLACKLIST_SOURCE_EXTERNAL, 'External'),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user