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

Use os.PathLike in StaticFiles for directory #1007

Merged
merged 3 commits into from Aug 5, 2020

Commits on Aug 5, 2020

  1. Use os.PathLike in StaticFiles for directory

    This allows using `pathlib.Path` in addition to `str` for configuring
    the base directory of the static files in line with how python3.6+
    handles filesystem operations.
    
    Fixes encode#1004
    kevinastone committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    1c2bc25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f5da0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dad99c8 View commit details
    Browse the repository at this point in the history