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 uvicorn and web sockets for native Django 3 #2506

Merged
merged 17 commits into from
Apr 16, 2020

Commits on Mar 24, 2020

  1. Add uvicorn and web sockets for Django 3

    * Add use_async option to cookiecutter.json
    * Add websocket configuration
    Andrew-Chen-Wang committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    aee2de3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4eaf68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    910ed86 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Changed starting commands for running server

    * Performance is very low
    Andrew-Chen-Wang committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    125ffec View commit details
    Browse the repository at this point in the history
  2. Added static files URL for runserver-level/best performance

    * The reason there was a degraded performance was because we're using Gunicorn itself as a local tester. So we needed to add the staticfiles urls
    Andrew-Chen-Wang committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    e6b800d View commit details
    Browse the repository at this point in the history
  3. Fixed linter checks

    Andrew-Chen-Wang committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    7cd3908 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    367225e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c974449 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. Configuration menu
    Copy the full SHA
    efbb04d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    2ecbf7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    041751a View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Added Heroku and Gulp support

    * Deleted some unnecessary info inside asgi.py
    Andrew-Chen-Wang committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    f0813a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc099ae View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Default DJANGO_SETTINGS_MODULE to local settings in asgi.py

    This is to be consistent with `manage.py` behaviour and required to run locally.
    browniebroke committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    c639541 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    835cd8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d6dce6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4e4bea View commit details
    Browse the repository at this point in the history