ponder-lab / Imperative-DL-Study-Web-App

0 stars 0 forks source link

Better function names in views.py #80

Closed khatchad closed 3 years ago

khatchad commented 3 years ago

The function names in views.py are very vague, eg. id, search. These names need to be more specific to the view they concern since there are multiple views being represented in views.py. Note that this requires changing other files, such as urls.py.