Changes between Version 1 and Version 2 of Ticket #34451


Ignore:
Timestamp:
Mar 31, 2023, 5:49:30 AM (14 months ago)
Author:
Mariusz Felisiak
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34451 – Description

    v1 v2  
    11start with
    22
    3 
    43{{{
    54django-admin startproject myproject
    65}}}
    7 
    8 
    96
    107views.py
     
    1916        return 'Foobar'
    2017}}}
    21 
    2218
    2319urls.py
     
    3834
    3935Running the devserver via manage.py results in
    40 
    4136
    4237{{{
     
    109104Uvicorn behaves the same way.
    110105
    111 
    112106{{{
    113107(venv) λ hypercorn myproject.asgi:application
     
    169163}}}
    170164
    171 
    172 == #############################################################################################
     165-----
    173166
    174167In my personal project this leads to a strange problem with django-ninja
Back to Top