40👍
✅
.yaml is what you want. Make sure YAML is installed and available to Python by running:
> pip install pyyaml
1👍
debian based linux – ubuntu etc etc
sudo apt-get install python-yaml
or
apt-get install python-yaml
- Sending request.user object to ModelForm from class based generic view in Django
- What are the disadvantages of using AWS ELB directly with Gunicorn (no nginx)?
Source:stackexchange.com