New main site for my blog with Django (Python) like a backend, PostgreSQL like a database and some pure JavaScript like a frontend. You can see results on https://jiri.one.
PyTest based Django tests status:
Tox based tests status (PyTest, MyPy, PyFlakes):
Main features of blog:
- extensively tested (PyTest and PyTest Django)
- for code are used linters and checkers (MyPy and PyFlakes)
- automatic deploy to server witch GitHub WebHooks (every tag is automaticaly deployed to server)