Relative Content

Tag Archive for pythondjangorestdjango-rest-framework

Access to ForeignKey fields of another model

I have project in Django Rest Framework where I need get access from Project to ProjectTemplate. But between I have Department model, so I can only connect with Department via ForeignKey. There is some solution how I can handle this?