Changes between Initial Version and Version 2 of Ticket #31062
- Timestamp:
- 12/04/19 15:30:50 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31062
-
Property
Component
changed from
Uncategorized
toDocumentation
-
Property
Summary
changed from
Tutorial 1 Documentation WSGI referenced instead of ASGI for Django 3
toTutorial 1 Documentation ASGI not referenced during initial buildout for Django 3
- Property Easy pickings set
-
Property
Type
changed from
Uncategorized
toBug
-
Property
Triage Stage
changed from
Unreviewed
toAccepted
-
Property
Component
changed from
-
Ticket #31062 – Description
initial v2 1 1 First Buildout 2 {{{ 2 3 mysite/ 3 4 manage.py 4 5 mysite/ 6 # asgi.py MISSING 5 7 __init__.py 6 8 settings.py 7 9 urls.py 8 **wsgi.py** 10 wsgi.py 11 }}}