I\'m starting to work on a small soccer league management website (mostly for learning purposes) and can\'t wrap my mind around a Django models relationship. For simplicity,
Now can be used the AppConfig feature to import models:
Retailer = apps.get_model('retailers', 'Retailer') retailer = Retailer.objects.get(id=id)