Can I change model name in Django?

In the current version of Django you can rename the model and run the python manage.py makemigrations , django will then ask if you want to rename the model and if you select yes, then all renaming process will be done automatically.

Leave a Reply

Your email address will not be published. Required fields are marked *