Django admin tricks I commonly use

Django admin tricks I commonly use
Introduction The Django admin site is one of the best features that Django provides. It's useful during the development process to manage the database data in a simplified (or enhanced) manne...
0 Read More

Django login Signup

CBi analytics login register Requirements backend Django Djangorestframework Django-cors-headers Knox Cryptography Boto3 Django_rest_passwordreset Django-rest-knox Backend Create folder called backe...
0 Read More

What is `ContentFile` in Django?

ContentFile is a Django utility class that allows you to create a file-like object from raw data (such as a string or binary data). It is particularly useful when you want to save an image or other fi...
0 Read More

The Django Iceberg

Hey buddy, what framework will you go in for after studying programming? Django!!!Django has always been my go-to framework when I need to build something quickly without sacrificing quality. There's ...
0 Read More

Django + HTMX Boilerplate for SaaS

I am sharing a boilerplate to help you build your startup faster for free.   Why I built it? I’m a self-taught developer chasing the solopreneur dream - building SaaS and working for mysel...
0 Read More