Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //django-appengine using django-norel
- python manage.py runserver
- Traceback (most recent call last):
- File "manage.py", line 11, in <module>
- execute_manager(settings)
- File "/home/oquidave/workspace/python/djnorapp/django/core/management/__init__.py", line 438, in execute_manager
- utility.execute()
- File "/home/oquidave/workspace/python/djnorapp/django/core/management/__init__.py", line 379, in execute
- self.fetch_command(subcommand).run_from_argv(self.argv)
- File "/home/oquidave/workspace/python/djnorapp/django/core/management/__init__.py", line 252, in fetch_command
- app_name = get_commands()[subcommand]
- File "/home/oquidave/workspace/python/djnorapp/django/core/management/__init__.py", line 101, in get_commands
- apps = settings.INSTALLED_APPS
- File "/home/oquidave/workspace/python/djnorapp/django/utils/functional.py", line 276, in __getattr__
- self._setup()
- File "/home/oquidave/workspace/python/djnorapp/django/conf/__init__.py", line 42, in _setup
- self._wrapped = Settings(settings_module)
- File "/home/oquidave/workspace/python/djnorapp/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
Advertisement
Add Comment
Please, Sign In to add comment