This is a blog service which consists of posts created by registered users.
No registration required for browsing posts and commenting.
However, in order to post a new article user must be authenticated.
For navigation resource has a search form which takes a regex as input and performing matches by post theme, text, or author.
Search results can be narrowed by specifying a date range, sorted by date or amount of comments, and divided by pages (POSTS_PER_PAGE
variable in settings, by default 2 posts per page).
Execute python manage.py runserver
in project root, server will start on localhost:8000