Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): remove leading slash from static files
The leading slashes seem to lead to confusing errors from the django debug toolbar and the `url` method of the configured storages remove it anyway: https://github.com/django/django/blob/d71c588d83e58e83bdd9ea8bf03724d10f02a8bd/django/core/files/storage/filesystem.py#L225 Closes: #1399
- Loading branch information