code: correcting code to display item list for a registered model

This commit is contained in:
2024-01-05 17:56:54 +01:00
parent 94845ecb0e
commit b5f9be7e5a
6 changed files with 56 additions and 16 deletions
+1 -1
View File
@@ -134,4 +134,4 @@ As I started by quickly using a django admin template with CSS to jump start the
- implement views for app
- implement a static implementation for repository
- eventually AdminRegistry needs to become an `Arc<Mutex<T>>`, if internal data needs to change *after* creating the main state.