{"library":"django-extensions","code":"# settings.py\nINSTALLED_APPS = [\n    # ... other Django apps\n    'django_extensions',\n    # ...\n]\n\n# Then, run management commands from your project root:\n# python manage.py shell_plus\n# python manage.py runserver_plus\n# python manage.py graph_models -a -o my_project_models.png","lang":"python","description":"To integrate Django Extensions into your project, add 'django_extensions' to your `INSTALLED_APPS` setting. After installation, you can immediately access the enhanced management commands through `python manage.py <command_name>`.","tag":null,"tag_description":null,"last_tested":"2026-04-24","results":[{"runtime":"python:3.10-alpine","exit_code":0},{"runtime":"python:3.10-slim","exit_code":0},{"runtime":"python:3.11-alpine","exit_code":0},{"runtime":"python:3.11-slim","exit_code":0},{"runtime":"python:3.12-alpine","exit_code":0},{"runtime":"python:3.12-slim","exit_code":0},{"runtime":"python:3.13-alpine","exit_code":0},{"runtime":"python:3.13-slim","exit_code":0},{"runtime":"python:3.9-alpine","exit_code":0},{"runtime":"python:3.9-slim","exit_code":0}]}