#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:
2022-04-29 13:33:44 +02:00
parent 6ce2dd8509
commit 9cd73aefe1
7 changed files with 163 additions and 10 deletions

View File

@@ -74,6 +74,9 @@ class TeamAdmin(admin.ModelAdmin):
"name",
"description",
]
filter_horizontal = [
"users"
]
admin.site.register(User, UserAdmin)