django-admino
django-admino copied to clipboard
Admino is a django package that provides a REST API for admin endpoints.
Hello, I installed this project via pip, but it seems to not be working, peharps a mssing dependency or something. here's the stacktrace ```bash Unhandled exception in thread started by...
``` /admin/api/books/book/ ``` list items ``` /admin/api/books/book/1/ ``` item detail then how can i change or add an item?
I found **str** in field_names site.py[141 line] cause unicode error and type error So I add ``` field_names.remove("__str__") ``` I am using python 2.7, is this the problem?
Is there a login api? Or I have to write my own? thanks for so useful django package