Project of social network for blog publications.
Python3, Django, Git, Unittest, SQLite
Yatube requires python v3+ to run.
Install the dependencies and devDependencies and start the server.
source venv/scripts/activate
pip install -r requirements.txtserver start...
python manage.py check
python manage.py runserverRoman Chuklinov