django-api-framework icon indicating copy to clipboard operation
django-api-framework copied to clipboard

Async CRUD API with Zero coding. Easy and fast API framework based on Django-Ninja-Extra, inspired by NestJS-CRUD.

Results 1 django-api-framework issues
Sort by recently updated
recently updated
newest added

https://github.com/freemindcore/django-api-framework/blob/f4fd0ff27775a87a912544280c9ae8fc0c6ea26f/easy/main.py#L99 Stack trace ``` # 2024-08-14 17:25:22 File "/usr/local/lib/python3.12/site-packages/easy/main.py", line 99, in auto_create_admin_controllers # 2024-08-14 17:25:22 model, app_module.name.split(".")[1] # 2024-08-14 17:25:22 ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^ # 2024-08-14 17:25:22 IndexError: list index out of...