prices api for https://krovlya-stroy.dp.ua/
You can checkout the results here
API link here
-
for mysqlclient
sudo apt-get install python-dev default-libmysqlclient-dev
-
start db for dev environment
docker-compose up -d
-
ENV VARS for development, set that in you activate.sh file
DEBUG=True
git tag -a <version_name> <release_commit_hash>
git push origin <version_name>
# on production server
git pull origin <version_name>
git reset --hard <version_name>
# ... you-deploy script