oquidave

django-appengine using django-norel

Nov 14th, 2012
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. //django-appengine using django-norel
  2.  
  3.  
  4. python manage.py runserver
  5. Traceback (most recent call last):
  6. File "manage.py", line 11, in <module>
  7. execute_manager(settings)
  8. File "/home/oquidave/workspace/python/djnorapp/django/core/management/__init__.py", line 438, in execute_manager
  9. utility.execute()
  10. File "/home/oquidave/workspace/python/djnorapp/django/core/management/__init__.py", line 379, in execute
  11. self.fetch_command(subcommand).run_from_argv(self.argv)
  12. File "/home/oquidave/workspace/python/djnorapp/django/core/management/__init__.py", line 252, in fetch_command
  13. app_name = get_commands()[subcommand]
  14. File "/home/oquidave/workspace/python/djnorapp/django/core/management/__init__.py", line 101, in get_commands
  15. apps = settings.INSTALLED_APPS
  16. File "/home/oquidave/workspace/python/djnorapp/django/utils/functional.py", line 276, in __getattr__
  17. self._setup()
  18. File "/home/oquidave/workspace/python/djnorapp/django/conf/__init__.py", line 42, in _setup
  19. self._wrapped = Settings(settings_module)
  20. File "/home/oquidave/workspace/python/djnorapp/django/conf/__init__.py", line 139, in __init__
  21. logging_config_func(self.LOGGING)
  22. File "/usr/lib/python2.7/logging/config.py", line 776, in dictConfig
  23. dictConfigClass(config).configure()
  24. File "/usr/lib/python2.7/logging/config.py", line 562, in configure
  25. 'filter %r: %s' % (name, e))
  26. 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