This is neither a guide nor a tutorial, but a list of django packages that are very well known and used in the community and which I have already used myself. I will update this list as I discover new packages. If you can't find a package in this list that matches your requirements, you can always head to the djangopackages website which has a list of most django packages. It's a bit like the official django packages website.
Packages I've tried and used inside my projects.
- django-crispy-forms: If you are not a frontend pro like, this package will help you render your forms nicely with a little to no efforts, and it is very customisable. It comes with support for multiple frontend framework like bootstrap for example.
- django-allauth: This package for me and many others is a must have if you need to handle users authentications and r