Found easy way for using gravatar images in django projects, using template tag:
https://en.gravatar.com/site/implement/images/django/
https://en.gravatar.com/site/implement/images/django/
A quick notebook for myself. And you can use it for free, now! You are welcome!
{% compress <js/css> %} link to your files here
{% endcompress %}
And thats it!
pip install https://github.com/mariocesar/sorl-thumbnail/archive/master.zip
from django.http import QueryDict
<...>
def my_delete_api(request):
if request.method == 'DELETE':
data = QueryDict(request.body)
key = data.get('key', None)