Fix admin view
- restrict admin view to admin users only - the models shall only take optional parameters for flask-admin to work - the models shall implement the __str__ method to be displayed properly in the admin view
app/admin/__init__.py
0 → 100644
app/admin/views.py
0 → 100644
Please register or sign in to comment