#132 WIP Migrate Users
* improves auto-recording of eco accounts * adds migration of users and adding to auto-created teams
This commit is contained in:
@@ -74,6 +74,9 @@ class TeamAdmin(admin.ModelAdmin):
|
||||
"name",
|
||||
"description",
|
||||
]
|
||||
filter_horizontal = [
|
||||
"users"
|
||||
]
|
||||
|
||||
|
||||
admin.site.register(User, UserAdmin)
|
||||
|
||||
Reference in New Issue
Block a user