- The Yatube-project is a social network, where users can post, comments and subscribe to authors.
👨💻 Here you can see my website: romanbespalov.pythonanywhere.com
- In folder: git clone git@github.com:RomanBespalov/Yatube-project.git
- In the file requirements.txt repository Yatube-project has already added the necessary libraries. Don't change it
- Deploy the virtual environment in the repository: in /Yatube-project/ run the command: python3 -m venv venv
- Activate the virtual environment: source venv/bin/activate
- In the virtual environment, install the dependencies: (venv).../Yatube-project/$ pip install -r requirements.txt
- Go to yatube folder, where manage.py is located: python manage.py migrate and after - python3 manage.py runserver
- Open the link!
Выполненные задачи:
Разработка и интеграция функционала отображения иллюстраций к постам с использованием sorl-thumbnail.
Реализация системы комментариев, предоставив возможность авторизованным пользователям комментировать записи.
Внедрение кеширования главной страницы для улучшения производительности.
Написание тестов для проверки функционала: отображение изображений, комментирования, кеширования и подписок на авторов.