Git Product home page Git Product logo

django-pudb's People

Contributors

akanouras avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

django-pudb's Issues

Does this support Django 1.4?

Hi, I'm getting an error using this middleware:

[05/Dec/2014 11:41:11] "GET / HTTP/1.1" 500 59
Traceback (most recent call last):
  File "/usr/lib64/python2.6/wsgiref/handlers.py", line 93, in run
    self.result = application(self.environ, self.start_response)
  File "/home/vagrant/.virtualenvs/django-upgrade/lib/python2.6/site-packages/django/contrib/staticfiles/handlers.py", line 67, in __call__
    return self.application(environ, start_response)
  File "/home/vagrant/.virtualenvs/django-upgrade/lib/python2.6/site-packages/django/core/handlers/wsgi.py", line 241, in __call__
    response = self.get_response(request)
  File "/home/vagrant/.virtualenvs/django-upgrade/lib/python2.6/site-packages/django/core/handlers/base.py", line 177, in get_response
    response = self.handle_uncaught_exception(request, resolver, sys.exc_info())
  File "/home/vagrant/.virtualenvs/django-upgrade/lib/python2.6/site-packages/django/core/handlers/base.py", line 109, in get_response
    response = callback(request, *callback_args, **callback_kwargs)
  File "/home/vagrant/checkout/code/apncore/cache/decorators/__init__.py", line 64, in patched_view
    response = viewfunc(request, *args, **kwargs)
  File "/home/vagrant/checkout/code/finda/sitedetail/views.py", line 35, in favicon
    return serve(request, path=favicon_path, storage=FAVICON_STORAGE, stream=False)
  File "/home/vagrant/checkout/code/apncore/storage/views/static.py", line 54, in serve
    file_info = storage.fs.getinfo(fullpath)
  File "/home/vagrant/checkout/code/apncore/util/functional.py", line 10, in inner
    self._setup_once()
  File "/home/vagrant/checkout/code/apncore/util/functional.py", line 54, in _setup_once
    self._setup()
  File "/home/vagrant/checkout/code/apncore/storage/backends/media.py", line 54, in _setup
    if cache_fs in uncached_media_fs.writefs:
  File "/home/vagrant/checkout/code/apncore/util/functional.py", line 10, in inner
    self._setup_once()
  File "/home/vagrant/checkout/code/apncore/util/functional.py", line 54, in _setup_once
    self._setup()
  File "/home/vagrant/checkout/code/apncore/storage/backends/media.py", line 43, in _setup
    media_fs = layeredfs.make_layered_fs(write_fs_string, *read_fs_strings)
  File "/home/vagrant/checkout/code/apncore/storage/layeredfs.py", line 33, in make_layered_fs
    multi_fs.addfs(**kwargs)
  File "/home/vagrant/.virtualenvs/django-upgrade/lib/python2.6/site-packages/fs/base.py", line 146, in acquire_lock
    return func(self, *args, **kwargs)
  File "/home/vagrant/.virtualenvs/django-upgrade/lib/python2.6/site-packages/fs/multifs.py", line 151, in addfs
    self.fs_priorities[name] = priority
AttributeError: 'MultiFS' object has no attribute 'fs_priorities'

Python 2.7 no longer supported in it

If I use it for Python 2.7 it gives me that error

Unhandled exception in thread started by <function wrapper at 0x7fce75cb1140>
Traceback (most recent call last):
File "/home/umar/django-logging-advance-env2/local/lib/python2.7/site-packages/django/utils/autoreload.py", line 226, in wrapper
fn(args, **kwargs)
File "/home/umar/django-logging-advance-env2/local/lib/python2.7/site-packages/django/core/management/commands/runserver.py", line 113, in inner_run
autoreload.raise_last_exception()
File "/home/umar/django-logging-advance-env2/local/lib/python2.7/site-packages/django/utils/autoreload.py", line 249, in raise_last_exception
six.reraise(
_exception)
File "/home/umar/django-logging-advance-env2/local/lib/python2.7/site-packages/django/utils/autoreload.py", line 226, in wrapper
fn(*args, **kwargs)
File "/home/umar/django-logging-advance-env2/local/lib/python2.7/site-packages/django/init.py", line 22, in setup
configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
File "/home/umar/django-logging-advance-env2/local/lib/python2.7/site-packages/django/utils/log.py", line 75, in configure_logging
logging_config_func(logging_settings)
File "/usr/lib/python2.7/logging/config.py", line 794, in dictConfig
dictConfigClass(config).configure()
File "/usr/lib/python2.7/logging/config.py", line 551, in configure
'formatter %r: %s' % (name, e))
ValueError: Unable to configure formatter 'django.server': init() got an unexpected keyword argument 'style'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.