Changes between Initial Version and Version 1 of Ticket #35388


Ignore:
Timestamp:
Apr 18, 2024, 10:08:42 AM (2 months ago)
Author:
James Ostrander
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35388 – Description

    initial v1  
    1111
    1212
    13 
     13**SYNC VIEW (WORKING):**
    1414{{{
    1515def query_test_sync(request: HttpRequest) -> HttpResponse:
     
    3131
    3232
    33 
     33**ASYNC VIEW (NOT WORKING):**
    3434{{{
    3535async def query_test_async(request: HttpRequest) -> HttpResponse:
Back to Top