Enhance User model: add email field with unique constraint, update id_card field to allow null values, and include verified field. Update UserAdmin to display verified field. Improve device listing to filter by logged-in user.
This commit is contained in:
Vendored
+10
-1
@@ -1,3 +1,12 @@
|
||||
{
|
||||
"djlint.showInstallError": false
|
||||
"djlint.showInstallError": false,
|
||||
"python.testing.unittestArgs": [
|
||||
"-v",
|
||||
"-s",
|
||||
"./api",
|
||||
"-p",
|
||||
"*test.py"
|
||||
],
|
||||
"python.testing.pytestEnabled": false,
|
||||
"python.testing.unittestEnabled": true
|
||||
}
|
||||
Reference in New Issue
Block a user