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

Add --app-dir option for running uvicorn from any location #619

Commits on Apr 9, 2020

  1. Add '--app-dir' option to specify application directory when running …

    …uvicorn from any location
    
    Closes encode#549
    yezyilomo committed Apr 9, 2020
    Copy the full SHA
    7973a0e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    669ec94 View commit details
    Browse the repository at this point in the history
  3. Format code with black

    yezyilomo committed Apr 9, 2020
    Copy the full SHA
    815e956 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Update docs/settings.md

    Update --app-dir description
    
    Co-Authored-By: Florimond Manca <florimond.manca@gmail.com>
    yezyilomo and florimondmanca committed Apr 10, 2020
    Copy the full SHA
    c4ee856 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    06f45b6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    de57311 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6f60120 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Copy the full SHA
    44b8dc2 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Copy the full SHA
    5c398a0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    582e664 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d87000d View commit details
    Browse the repository at this point in the history
  4. Edit --app-dir help text

    yezyilomo committed Jun 9, 2020
    Copy the full SHA
    9120572 View commit details
    Browse the repository at this point in the history
  5. Update main.py

    tomchristie committed Jun 9, 2020
    Copy the full SHA
    dd63a40 View commit details
    Browse the repository at this point in the history
  6. Update deployment.md

    tomchristie committed Jun 9, 2020
    Copy the full SHA
    4e0565e View commit details
    Browse the repository at this point in the history