Added instructor model, admin and basic actions
This commit is contained in:
@@ -43,7 +43,8 @@ INSTALLED_APPS = [
|
||||
'colorfield',
|
||||
'import_export',
|
||||
'django_admin_action_forms',
|
||||
'polymorphic'
|
||||
'polymorphic',
|
||||
"phonenumber_field",
|
||||
]
|
||||
|
||||
# Import Export plugin settings
|
||||
|
||||
@@ -47,7 +47,8 @@ INSTALLED_APPS = [
|
||||
'colorfield',
|
||||
'import_export',
|
||||
'django_admin_action_forms',
|
||||
'polymorphic'
|
||||
'polymorphic',
|
||||
"phonenumber_field",
|
||||
]
|
||||
|
||||
# Import Export plugin settings
|
||||
|
||||
Reference in New Issue
Block a user