Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#31062 closed Bug (fixed)

Tutorial 1 Documentation ASGI not referenced during initial buildout for Django 3

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 Baptiste Mispelon)

First Buildout

mysite/
    manage.py
    mysite/
        # asgi.py MISSING
        __init__.py
        settings.py
        urls.py
        wsgi.py

Change History (5)

comment:1 by michael5280, 4 years ago

Summary: Tutorial 1 Documentation WSGI referenced instead of ASGI for Django 3Tutorial 1 Documentation ASGI not referenced during initial buildout for Django 3

comment:2 by Baptiste Mispelon, 4 years ago

Component: UncategorizedDocumentation
Description: modified (diff)
Easy pickings: set
Triage Stage: UnreviewedAccepted
Type: UncategorizedBug

Good point.

I wonder if there are other places where the default project layout should be updated.

comment:3 by Mariusz Felisiak, 4 years ago

Has patch: set

comment:4 by GitHub <noreply@…>, 4 years ago

Resolution: fixed
Status: newclosed

In 3930ec1b:

Fixed #31062 -- Doc'd asgi.py in tutorials and project templates.

comment:5 by Mariusz Felisiak <felisiak.mariusz@…>, 4 years ago

In 6ede5a3c:

[3.0.x] Fixed #31062 -- Doc'd asgi.py in tutorials and project templates.

Backport of 3930ec1bf275d17f1c36cd38b38114177b1d1565 from master

Note: See TracTickets for help on using tickets.
Back to Top