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

This commit is contained in:
Mariusz Felisiak 2019-12-05 08:38:39 +01:00 committed by GitHub
parent 1f62c008d1
commit 3930ec1bf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View file

@ -61,6 +61,7 @@ After the previous tutorials, our project should look like this::
__init__.py
settings.py
urls.py
asgi.py
wsgi.py
polls/
__init__.py