thatisfree
thatisfree
Yes, u can add one line in settings.py. SESSION_TIMEOUT_REDIRECT = 'index'
Maybe just use redirect or with context
> I'm using pisa.CreatePDF with custom font file in css like this: `pisa.CreatePDF("@font-face {font-family: msyh;src: url(\"st.ttf\");}%s")` And it crashed with permission error. After debugging, I think this was caused by...
> Instead of doing monkey-patching, did anyone already consider providing a corresponding PR to fix this in the upstream code? Certainly, if you have the opportunity and time, we would...