-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Commits on Mar 24, 2020
-
Add uvicorn and web sockets for Django 3
* Add use_async option to cookiecutter.json * Add websocket configuration
Configuration menu - View commit details
-
Copy full SHA for aee2de3 - Browse repository at this point
Copy the full SHA aee2de3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4eaf68 - Browse repository at this point
Copy the full SHA c4eaf68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 910ed86 - Browse repository at this point
Copy the full SHA 910ed86View commit details
Commits on Mar 25, 2020
-
Changed starting commands for running server
* Performance is very low
Configuration menu - View commit details
-
Copy full SHA for 125ffec - Browse repository at this point
Copy the full SHA 125ffecView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e6b800d - Browse repository at this point
Copy the full SHA e6b800dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cd3908 - Browse repository at this point
Copy the full SHA 7cd3908View commit details -
Configuration menu - View commit details
-
Copy full SHA for 367225e - Browse repository at this point
Copy the full SHA 367225eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c974449 - Browse repository at this point
Copy the full SHA c974449View commit details
Commits on Mar 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for efbb04d - Browse repository at this point
Copy the full SHA efbb04dView commit details
Commits on Apr 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2ecbf7a - Browse repository at this point
Copy the full SHA 2ecbf7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 041751a - Browse repository at this point
Copy the full SHA 041751aView commit details
Commits on Apr 13, 2020
-
* Deleted some unnecessary info inside asgi.py
Configuration menu - View commit details
-
Copy full SHA for f0813a2 - Browse repository at this point
Copy the full SHA f0813a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc099ae - Browse repository at this point
Copy the full SHA cc099aeView commit details
Commits on Apr 16, 2020
-
Default DJANGO_SETTINGS_MODULE to local settings in asgi.py
This is to be consistent with `manage.py` behaviour and required to run locally.
Configuration menu - View commit details
-
Copy full SHA for c639541 - Browse repository at this point
Copy the full SHA c639541View commit details -
Configuration menu - View commit details
-
Copy full SHA for 835cd8c - Browse repository at this point
Copy the full SHA 835cd8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d6dce6 - Browse repository at this point
Copy the full SHA 3d6dce6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4e4bea - Browse repository at this point
Copy the full SHA c4e4beaView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.