Skip to content

django-static mixing up urls and system file paths for windows machine. #26

@akamad

Description

@akamad

While using django-static on windows machine I found that the new filenames that were being created had a "" instead of a "/" in their src.
eg.href="/media/css\login_foo_moo_too.css"

instead of
href="/media/css/login_foo_moo_too.css"

This issue was happening because on the windows machine django-static was mixing the system path of the file and the url associated with it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions