You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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 range
django-api-framework/easy/main.py
Line 99 in f4fd0ff
Stack trace
requirements.txt
Context:
python manage.py shell
A possible solution would be to use
app_module[0]
instead ofapp_module.name.split(".")[1]
ineasy/main.py#L99
The text was updated successfully, but these errors were encountered: