Skip to content

alevskyi/simple-blogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abstract:

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).

Screenshots:

Main page main Specific post detailed

How to run:

Execute python manage.py runserver in project root, server will start on localhost:8000

About

A blog service written in Python with Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published