shell_plus command is not needed anymore since Django 5.2
Author: deronnaxCreated Sep 30, 2025Updated Aug 21, 2026
Django 5.2 auto-imports models by default, and added a hook to do custom imports: https://docs.djangoproject.com/en/5.2/howto/custom-shell/#how-to-customize-the-shell-command
Source: django-extensions/django-extensions