#DevelopsToday Test Task
##Released all subtasks, scheduling released by simple apscheduler
git clone
virtualenv -p=python3.8 .env
source .env/bin/activate
pip install -r requirements.txt
docker-compose up --build
docker-compose exec web python manage.py migrate --noinput
docker-compose run web gunicorn developstoday_testtask.wsgi:application --bind 127.0.0.1:8000
Black
flake8
But best of the best is PyCharm IDE where I developed this project,
because I think that this JetBrains product can make your code beautiful as can
as it well