OneBite.Dev - Coding blog in a bite size

🧑‍🚀 Blog for learning django

django blog posts, coding tips and trick in a bitesize to help you learn django.

How to revert or rollback migration in Django

Learn how to revert migrations in Django. This guide includes steps for reverting all or specific migrations and cautions to prevent data loss

django

Solving AttributeError: 'module' object has no attribute 'celery' in Django

Here is how to solve Solving AttributeError: 'module' object has no attribute 'celery' in python or when celery not found

django celery python