
Django + fly.io = ❤️
Fly.io is not advertising itself as a Django-first hosting platform. However, it provides all the building blocks for a sweet Django setup. ...
Fly.io is not advertising itself as a Django-first hosting platform. However, it provides all the building blocks for a sweet Django setup. ...
The release of version 2.0.0 of schablone, a cookiecutter starter template, makes everything even simpler. ...
When I open Emacs to edit a Python project, the first command I run is pyvenv-activate to activate the virtualenv. If I have a Python file open of that project before running pyvenv-activate, flycheck won’t work because I install my development dependencies (which are needed by the checkers) in the local virtualenv. Luckily pyvenv provides a hook that runs whenever a virtualenv was activated. (defun clear-flycheck-auto-disabled-checkers () "Clears any automatically disabled flycheck checkers....
I am happy to announce Schablone. Schablone is a minimal boilerplate project for Django with strong opinions and little options for customization. ...
I am using Emacs with elpy as my Python IDE. Minor issues that appeared lately made me explore other options for developing Python in Emacs. I ended up switching to a custom configuration based on anaconda-mode. ...