Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 889 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 889 Bytes

easyblog_django

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: Django Tests (PyTest)

Tox based tests status (PyTest, MyPy, PyFlakes): Tox Tests

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)