﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
29114	`django-admin shell` TypeError crash with ipython installed	pannous	nobody	"Please make `manage.py shell` work out of the box:
{{{
> django-admin shell 
django.core.exceptions.ImproperlyConfigured: Requested setting USE_I18N, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings. 
}}}
{{{
> manage.py shell
django.core.exceptions.ImproperlyConfigured: Requested setting USE_I18N ...
}}}
After 20 minutes I found the 'solution' to the this problem, but the second issue is unresolved:
{{{
django-admin shell --settings=poll.settings
TypeError: catch_config_error() missing 1 required positional argument
}}}
full log:
{{{
django-admin shell --settings=poll.settings
Traceback (most recent call last):
  File ""/usr/local/bin/django-admin"", line 11, in <module>
    sys.exit(execute_from_command_line())
  File ""/usr/local/lib/python3.5/dist-packages/django/core/management/__init__.py"", line 371, in execute_from_command_line
    utility.execute()
  File ""/usr/local/lib/python3.5/dist-packages/django/core/management/__init__.py"", line 365, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File ""/usr/local/lib/python3.5/dist-packages/django/core/management/base.py"", line 288, in run_from_argv
    self.execute(*args, **cmd_options)
  File ""/usr/local/lib/python3.5/dist-packages/django/core/management/base.py"", line 335, in execute
    output = self.handle(*args, **options)
  File ""/usr/local/lib/python3.5/dist-packages/django/core/management/commands/shell.py"", line 99, in handle
    return getattr(self, shell)(options)
  File ""/usr/local/lib/python3.5/dist-packages/django/core/management/commands/shell.py"", line 35, in ipython
    from IPython import start_ipython
  File ""/usr/local/lib/python3.5/dist-packages/IPython/__init__.py"", line 54, in <module>
    from .core.application import Application
  File ""/usr/local/lib/python3.5/dist-packages/IPython/core/application.py"", line 23, in <module>
    from traitlets.config.application import Application, catch_config_error
  File ""/usr/local/lib/python3.5/dist-packages/traitlets/config/__init__.py"", line 6, in <module>
    from .application import *
  File ""/usr/local/lib/python3.5/dist-packages/traitlets/config/application.py"", line 120, in <module>
    class Application(SingletonConfigurable):
  File ""/usr/local/lib/python3.5/dist-packages/traitlets/config/application.py"", line 291, in Application
    def initialize(self, argv=None):
}}}"	Bug	closed	Core (Management commands)	2.0	Normal	worksforme	django-admin manage.py shell repl		Unreviewed	0	0	0	0	0	0
