EduPapersKe / EduPapersAPI

This RESTful API, crafted with Django, functions as the project's backend infrastructure.
https://edupapers.org
Apache License 2.0
4 stars 0 forks source link

Return string #61

Closed aghee closed 4 months ago

aghee commented 4 months ago

updated str of Resource model to include self.title , self.publisher

 def __str__(self):
        return self.title + " "+ self.publisher