After asking on Reddit I started digging on internet looking other projects with custom cache decorator and mixing various I was able to achieve this. “””Custom cache decorator.””” from django.http import HttpResponse from django.views.decorators.cache import cache_page as original_cache_page from datetime import datetime from functools import wraps def cache_page(timeout, *, cache=None, key_prefix=None): “””If logged error, if […]
Category: Python
The 2022 r/place story from the Italian view (and from bots)
The story seen by one of the team, with a stiff neck and little sleep.
Extract data from PDF files with Python
A simple python script with PDFminer to read and manipulate data from a pdf file
AuroraLocalCoopFilters – Now you can filters coop games again in your xbox360 dashboard
Ops I did it again a tool for retrogaming for another console, what will be the next one?
Playstation 3 Proxy for custom firmware version validation in Python
A simple proxy for Linux to use with Playstation 3 to specify the firmware version and still use the online PSN services.