Bart Zieba
Bart Zieba
> how do we rebuild templates? As I remember, the build procedure is described here: https://github.com/n1nj4sec/pupy/wiki/Installation#docker But still, it didn't work after building. Finally, I used this project: https://github.com/nathanlopez/Stitch to...
Django native auth still doesn't support OTP. We could use this for providing OTP: https://github.com/django-otp/django-otp
I found out that Pinry relies on [ImageField](https://docs.djangoproject.com/en/4.1/ref/models/fields/#imagefield) model field used to upload images and get some metadata about them: https://github.com/pinry/pinry/blob/master/django_images/models.py#L47 On the other hand, ImageField relies on PIL/Pillow to...
@winkidney, could you share the reports with me, please? Maybe I could fix the issues.
@basnijholt I can see the new release in PyPI as well :) Thank you all for the findings and the new release working with the latest JupyterHub! I was able...