The [tutorial ](https://docs.djangoproject.com/en/3.0/intro/tutorial02/#playing-with-the-api)for Django has this command: ``` python manage.py shell ``` It would be cool if this could use the interactive window instead (it opens an ipython kernel)