Simple social network for bloggers
A social network allows you:
- publish personal diaries
- subscribe to other authors
- comment on their records
- Python 3.7
- Django 2.2.19
- Install and activate venv
python.exe -m venv venv
source ./venv/Scripts/activate
- Install dependencies from a file requirements.txt
pip install -r requirements.txt
- In the directory with the file manage.py run the following command
python manage.py runserver
BSD 3-Clause License
Ilya Kolesnikov