Changes between Version 1 and Version 2 of Ticket #34451
- Timestamp:
- Mar 31, 2023, 5:49:30 AM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34451 – Description
v1 v2 1 1 start with 2 2 3 4 3 {{{ 5 4 django-admin startproject myproject 6 5 }}} 7 8 9 6 10 7 views.py … … 19 16 return 'Foobar' 20 17 }}} 21 22 18 23 19 urls.py … … 38 34 39 35 Running the devserver via manage.py results in 40 41 36 42 37 {{{ … … 109 104 Uvicorn behaves the same way. 110 105 111 112 106 {{{ 113 107 (venv) λ hypercorn myproject.asgi:application … … 169 163 }}} 170 164 171 172 == ############################################################################################# 165 ----- 173 166 174 167 In my personal project this leads to a strange problem with django-ninja