KC-software-en / QuizMe

A Django website for a Magazine providing quizzes for Education, Entertainment and General knowledge. It is Dockerised, hosted on AWS and uses an API.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

write a function to retrieve a model #35

Closed KC-software-en closed 4 months ago

KC-software-en commented 4 months ago

The code to retrieve a model a model is repeated in different views & in utils. Having a function in utils that can be called will make it more concise & modular.

KC-software-en commented 4 months ago

Removed the code from the detail views in views.py & moved the function to utils.py. The views now call the function.