Skip to content

New blog prBlog project which allows users to read and publish articles. In this Blog has been included searching function. Also user can use filters to find interesting article. For your favorite article you can put likes or make some comments. To determinate author of article in this Blog included authentication system. For creating and editin…

Notifications You must be signed in to change notification settings

Igor-Kuz/blog_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog project

Blog project built on the top of Django framework. he blog allows visitors to leave comments and like. Contains functionality:

  • user registration
  • user authentication
  • article creation
  • adding an images to articles
  • filtration
  • search
  • displaying the article creation date
  • displaying the tag system
  • displaing categories
  • counting likes and dislikes To make Blog more SEO friendly in project has been added sitemap

Инструменты разработки

Стек:

  • Python >= 3.7

  • Django >= 3

  • django-ckeditor==6.1.0

  • Pillow==8.3.1

  • sqlite3

Установка и запуск

1) Открыть терминал или консоль и перейти в нужную Вам директорию
2) Клонировать репозиторий и поставить звездочку)
https://github.com/Igor-Kuz/blog_project.git
3) Создать виртуальное окружение
python -m venv venv
4 ) Активировать виртуальное окружение
5 ) Устанавливить зависимости:
pip install -r reqirements.txt
6) Выполнить миграции
7) Создать суперпользователя
python manage.py createsuperuser
8) Запустить сервер
python manage.py runserver

About

New blog prBlog project which allows users to read and publish articles. In this Blog has been included searching function. Also user can use filters to find interesting article. For your favorite article you can put likes or make some comments. To determinate author of article in this Blog included authentication system. For creating and editin…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages