Content type to get Model
Instance class model with `class ModelName(models.Model, ContentTypeToGetModel):`
- django
- contenttypes
- content-type
- django-models
Instance class model with `class ModelName(models.Model, ContentTypeToGetModel):`
This script tested under Django==1.9.*
Easy way to get base64 for the image to display in the template, eg: `<img src="{{ post.get_cover_base64 }}">`
Simply Gravatar Templatetags, for example the name of this templatetag is: `templatetags/gravatar_tags.py`, this supported for Python2 or Python3.
Dynamic Thumbnail for `ImageField` with `Pillow`.
Django 1.10 Internationalization Middleware, more complete tutorial: https://python.web.id/blog/how-to-implement-django-internationalization/
Dynamic upload File type for Gallery Admin
This RSS using `Rss201rev2Feed` from Django. And we found it from source code of blog.pythonanywhere.com: https://github.com/pythonanywhere/jab/blob/master/jab/feeds.py Demo: http://django.id/blog/feed/