Renaming a Django application looks simple at first: rename the directory and update the imports. However, if the application already has migrations and data in production, renaming it can be tricky. Django uses the application name in several places, including migration history, content types,...

Source: [Dev.to](https://dev.to/achraf_benhamou/how-to-rename-a-django-application-safely-3mpo)

Sponsored