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
https://github.com/Igor-Kuz/blog_project.git
python -m venv venv
pip install -r reqirements.txt
python manage.py createsuperuser
python manage.py runserver