Changes between Initial Version and Version 2 of Ticket #31062
- Timestamp:
- Dec 4, 2019, 9:30:50 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31062
- Property Summary Tutorial 1 Documentation WSGI referenced instead of ASGI for Django 3 → Tutorial 1 Documentation ASGI not referenced during initial buildout for Django 3
- Property Component Uncategorized → Documentation
- Property Easy pickings set
- Property Triage Stage Unreviewed → Accepted
- Property Type Uncategorized → Bug
-
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 }}}