Skip to content
This repository was archived by the owner on May 20, 2021. It is now read-only.
This repository was archived by the owner on May 20, 2021. It is now read-only.

Getting "Internal Server Error" with non-contrib staticfiles and DEBUG=True #31

@crccheck

Description

@crccheck

If you are using Django + django-staticfiles + DEBUG=True, then you get a generic "Internal Server Error".

If you dig down, the error raised is:

Finder "<class 'staticfiles.finders.FileSystemFinder'>" is not a subclass of "<class 'django.contrib.staticfiles.finders.BaseFinder'>"

The solution is to use django.contrib.staticfiles instead of staticfiles.

Opening and closing in case anyone else runs into this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions