Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure relative STATIC_URLs are supported #259

Merged
merged 1 commit into from Jul 29, 2020

Commits on Jul 28, 2020

  1. Ensure relative STATIC_URLs are supported

    This is a new feature added in Django 3.1. We now use the
    `get_script_prefix` function rather than the `FORCE_SCRIPT_NAME`
    setting so we handle the case where the script prefix is supplied from
    the webserver rather than from settings.
    evansd committed Jul 28, 2020
    Copy the full SHA
    cbcdabf View commit details
    Browse the repository at this point in the history