Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

remove webpack.django_integration.WebpackFinder from STATICFILES_FINDERS #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

edmund-huber
Copy link

I get the following error any time I do anything in tracker,

Traceback (most recent call last):
  File "/home/edmund/.pyenv/versions/2.7.3/lib/python2.7/wsgiref/handlers.py", line 85, in run
    self.result = application(self.environ, self.start_response)
  File "/home/edmund/.pyenv/versions/2.7.3/lib/python2.7/site-packages/django/contrib/staticfiles/handlers.py", line 64, in __call__
    return super(StaticFilesHandler, self).__call__(environ, start_response)
  File "/home/edmund/.pyenv/versions/2.7.3/lib/python2.7/site-packages/django/core/handlers/wsgi.py", line 189, in __call__
    response = self.get_response(request)
  File "/home/edmund/.pyenv/versions/2.7.3/lib/python2.7/site-packages/django/contrib/staticfiles/handlers.py", line 54, in get_response
    return self.serve(request)
  File "/home/edmund/.pyenv/versions/2.7.3/lib/python2.7/site-packages/django/contrib/staticfiles/handlers.py", line 47, in serve
    return serve(request, self.file_path(request.path), insecure=True)
  File "/home/edmund/.pyenv/versions/2.7.3/lib/python2.7/site-packages/django/contrib/staticfiles/views.py", line 34, in serve
    absolute_path = finders.find(normalized_path)
  File "/home/edmund/.pyenv/versions/2.7.3/lib/python2.7/site-packages/django/contrib/staticfiles/finders.py", line 249, in find
    for finder in get_finders():
  File "/home/edmund/.pyenv/versions/2.7.3/lib/python2.7/site-packages/django/contrib/staticfiles/finders.py", line 264, in get_finders
    yield get_finder(finder_path)
  File "/home/edmund/.pyenv/versions/2.7.3/lib/python2.7/site-packages/django/utils/lru_cache.py", line 101, in wrapper
    result = user_function(*args, **kwds)
  File "/home/edmund/.pyenv/versions/2.7.3/lib/python2.7/site-packages/django/contrib/staticfiles/finders.py", line 273, in get_finder
    Finder = import_string(import_path)
  File "/home/edmund/.pyenv/versions/2.7.3/lib/python2.7/site-packages/django/utils/module_loading.py", line 26, in import_string
    module = import_module(module_path)
  File "/home/edmund/.pyenv/versions/2.7.3/lib/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
ImportError: No module named webpack.django_integration

This removes that error.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant