[Django]-How to customized the model of installed app in Django?

4👍

Unfortunately, using subclasses would be the best scenario in this case. Also you could get a local copy of that app and put it in your project files and edit the source directly. I’ve had to do this on occasion.

Hopefully that helps!

Leave a comment