1👍
✅
As with all fields, you can use the db_column
parameter to specify the database column represented by the field:
company = models.ForeignKey(MMCompany, db_column='CompanyUniqueID')
- [Answer]-Django South datamigration pre_save() uses model's __unicode__()
- [Answer]-How to display a FileField that doesn't exist on the model – Django Rest Framework
Source:stackexchange.com