START
- Install postgresql
- Install rabbitmq
- Edit settings in file SendMail.env
- run command: python manage.py migrate
- Create folder logs in project root dir
- to start server run command: python manage.py runserver
- in other terminal run: celery -A SendMail worker -l info -f logs/celery.log