Opened 4 years ago

Last modified 4 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 Baptiste Mispelon)

First Buildout

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

Change History (2)

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.

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