Changes between Version 5 and Version 6 of Ticket #35757, comment 12


Ignore:
Timestamp:
Oct 1, 2024, 3:50:08 AM (5 weeks ago)
Author:
Harm Verhagen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35757, comment 12

    v5 v6  
    1212from django.core.cache import cache
    1313
    14 
    1514def incr():
    1615    key = 'example:key'
     
    2221
    2322    return val
    24 
    2523
    2624def index(request):
     
    108106}}}
    109107
    110 
     108When this happens, only a restart the runserver makes the system serve requests again.
    111109
    112110== Version info
Back to Top