c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android
Python

CommandError- Conflicting migrations detected multiple leaf nodes in the migration graph

| | django , python

I got this following error while running migration command:
CommandError: 

Conflicting migrations detected; multiple leaf nodes in the migration graph: (0006_alter_post_slug_alter_post_title, 0003_auto_20230818_0656 in app).

The conflicts occurs on migration changes. It error indicates that there are multiple nodes, that that have no dependencies on other migrations.

SOLUTION:

python manage.py makemigrations --merge