Jelmer
Jelmer
We can replace the aswcli container with docker-pg-backup I suppose. A mapping for our environment variables and voila.
Sweet solution @bluesurfer, I would like to see a pull-request since this does it all.
Your suggestion sounds like #1879, is that correct?
Adding PlaceholderAdminMixin to the ModelAdmin an re-save the dynamic object with the PlaceholderField solves the problem for me. After reading better it is all there in the docs: http://docs.django-cms.org/en/latest/how_to/placeholders.html?highlight=PlaceholderAdminMixin
My approach would be a find and replace since its a straightforward solution. Also, I'm not aware of the other approach you refer to.
It seems like, I'm using it in a django 2.0 setup.
Tomorrow is the release party of 3.11 so we are slacking behind :upside_down_face: I'm running 3.10 in production now and I think it is safe to update so will submit...
Hi @ticosax, thanks for your feedback. We can extend the `__eq__` ~~method to incorporate the FSMMeta~~, although i'm not familiar with the situations wherein transitions have the same name (a...
The problem you are solving with your library is legit, but it is bundled with tailwind right? This project only utilizes Bootstrap so that is a problem.
This project has the option to compile its own css. So, if I'm correct, the allauth-ui pages aren't updated accordingly right? Then it is of little value to me since...