metamon icon indicating copy to clipboard operation
metamon copied to clipboard

Collection of Ansible playbooks to quickly start your Django Application

Results 12 metamon issues
Sort by recently updated
recently updated
newest added

In the Application role, pyc files are removed before really knowing if the code directory exists. This crashes in remote deploys when the repo has not been cloned yet.

bug

Nginx always forwards requests to `/` to `localhost`. Change it so that Gunicorn can be run on a remote address.

bug