Opened 11 years ago

Closed 11 years ago

#20698 closed Uncategorized (invalid)

No module named RequireDebugFalse

Reported by: a.galal.atia@… Owned by: nobody
Component: Uncategorized Version: 1.5
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description

root@agalal:/home/ahmed/Django-1.5.1/myproject# python manage.py runserver 0.0.0.0:8000
Traceback (most recent call last):

File "manage.py", line 10, in <module>

execute_from_command_line(sys.argv)

File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 429, in execute_from_command_line

utility.execute()

File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 379, in execute

self.fetch_command(subcommand).run_from_argv(self.argv)

File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 252, in fetch_command

app_name = get_commands()[subcommand]

File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 101, in get_commands

apps = settings.INSTALLED_APPS

File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in getattr

self._setup()

File "/usr/local/lib/python2.7/dist-packages/django/conf/init.py", line 42, in _setup

self._wrapped = Settings(settings_module)

File "/usr/local/lib/python2.7/dist-packages/django/conf/init.py", line 139, in init

logging_config_func(self.LOGGING)

File "/usr/lib/python2.7/logging/config.py", line 776, in dictConfig

dictConfigClass(config).configure()

File "/usr/lib/python2.7/logging/config.py", line 562, in configure

'filter %r: %s' % (name, e))

ValueError: Unable to configure filter 'require_debug_false': Cannot resolve 'django.utils.log.RequireDebugFalse': No module named RequireDebugFalse

Change History (1)

comment:1 by Tim Graham, 11 years ago

Resolution: invalid
Status: newclosed

https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels

I tend to think you may have the wrong (or multiple) versions of Django installed.

Note: See TracTickets for help on using tickets.
Back to Top