Fix missing FileAdmin class initialization
In the FileAdmin code example the admin view wasn't really created, its arguments were passed directly to the `admin.add_view` function.
Showing
Please register or sign in to comment
In the FileAdmin code example the admin view wasn't really created, its arguments were passed directly to the `admin.add_view` function.