added parameter to development settings; added "email_confirmed" flag to user admin page
This commit is contained in:
parent
047803bf43
commit
a51a686600
|
|
@ -27,7 +27,7 @@ class UserAdmin(BaseUserAdmin):
|
|||
(_('Important dates'), {'fields': ('last_login', 'date_joined')}),
|
||||
(_('Permissions'), {
|
||||
'fields': (
|
||||
'is_active', 'is_staff', 'is_superuser',
|
||||
'is_active', 'is_staff', 'is_superuser', 'email_confirmed'
|
||||
'groups', 'user_permissions'),
|
||||
'classes': ('collapse', )
|
||||
}),
|
||||
|
|
|
|||
|
|
@ -5,3 +5,5 @@ ALLOWED_HOSTS = ['gm.id-east.ru', ]
|
|||
|
||||
SEND_SMS = False
|
||||
SMS_CODE_SHOW = True
|
||||
|
||||
DOMAIN_URI = 'gm.id-east.ru'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user