Useful packages for django

Work with IMG
imagekit - for compress img files
# install # pip install django-imagekit

Work with Authorization
allauth - Authorization users through social network
# install # pip install django-allauth

Work with API
django-rest-framework - create api
# install # pip install django-rest-framework

Comments