Opened 5 years ago
Last modified 5 years ago
#31062 closed Bug
Tutorial 1 Documentation ASGI not referenced during initial buildout for Django 3 — at Version 2
Reported by: | michael5280 | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 3.0 |
Severity: | Normal | Keywords: | Documentation Tutorial |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description (last modified by )
First Buildout
mysite/ manage.py mysite/ # asgi.py MISSING __init__.py settings.py urls.py wsgi.py
Change History (2)
comment:1 by , 5 years ago
Summary: | Tutorial 1 Documentation WSGI referenced instead of ASGI for Django 3 → Tutorial 1 Documentation ASGI not referenced during initial buildout for Django 3 |
---|
comment:2 by , 5 years ago
Component: | Uncategorized → Documentation |
---|---|
Description: | modified (diff) |
Easy pickings: | set |
Triage Stage: | Unreviewed → Accepted |
Type: | Uncategorized → Bug |
Note:
See TracTickets
for help on using tickets.
Good point.
I wonder if there are other places where the default project layout should be updated.