IML
IML
## What is this Python project? aiomysql is a "driver" for accessing a MySQL database from the [asyncio](http://docs.python.org/3.5/library/asyncio.html) (PEP-3156/tulip) framework. It depends on and reuses most parts of [PyMySQL](https://github.com/PyMySQL/PyMySQL) ....
## Description The pyenv part was improved in the logic to detect virtualenv. Previously, the version file (.python-version) of the current path running zappa was found. But now, it actually...
## Context If .python-version does not exist in the current path, the virtual environment of pyenv is not recognized. ## Expected Behavior ```shell > zappa update dev Calling update for...
Signed-off-by: IML
I am practicing to deploy through docker-compose using django, mysql, and nginx. I'm trying to contribute because I don't think a good example has been posted here yet.