2👍
✅
For your 3 questions:
- Yes, you can rename your Django’s model, just make sure to fix all the references to it.
- Yes, you can do this with South. You might need to edit the files generated by south – so make sure to check the code that is generated.
- What function do you want to override and why? What is your use case?
👤Lin
Source:stackexchange.com