Julian Wachholz
Julian Wachholz
You can use `GaussianBlur`: https://github.com/matthewwithanm/pilkit/blob/2a9ad303e9eea7be33be7f046020d79b918383a4/pilkit/processors/filter.py#L3
@ericel the latest version on PyPI is from 2017 unfortunately. It means you'll have to install the package from source.
I saw a recent new update for this package but unfortunately this didn't make the cut? :(
You can press your right arrow key though.
`django-mptt-tree-editor` would be included with Django CMS support, right? Also `django-polymorphic`.
FYI I created a new GitHub Action and applied a fix for this and other open issues as this repo doesn't seem to be maintained anymore. https://github.com/marketplace/actions/python-flake8
Hi everyone! Unfortunately I haven't been able to reach Dan about this but a couple weeks ago I decided to create a spin-off package built from the ground up with...
I have been [trying to reach](https://github.com/danfairs/django-lazysignup/issues/66#issuecomment-986871964) the maintainer but this project seems unmaintained right now. If you need a Django 4 compatible solution now maybe try out [`django-guest-user`](https://github.com/julianwachholz/django-guest-user#django-guest-user)
Alright, here be dragons, but this is a really, really dirty POC. I overwrote the default login view and added lazy user handling: ``` python def login(request): # Probably the...
Hi Jonas! This would be indeed a good feature to have! I have to admit that this repository hasn't received much love recently, but I've stumbled across a very similar...