Skip to content

jiri-one/easyblog_django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)