Author Picture

Kim Majali


Django-image-cropping

Author Avatar wrote on 26/05/2022

Django-image-cropping is an app for cropping uploaded images via Django's admin backend using Jcrop.

Installation

pip install django-image-cropping

Read more

Django Image Cropper Pure JS

Author Avatar wrote on 26/05/2022

  • Pure JS
  • integration cropper js
  • responsive
Read more

Lazy Load Script

Author Avatar wrote on 26/05/2022

For example i will use news app.

To install Lazy Load script first of all need to import some django modules. In views.py add 2 rows on the top:


from django.http import JsonResponse
from django.template.loader import render_to_string
Read more

Topics: ResourcesIntegrationsApps