courses.py
23.4 KB
-
Improved 404 Handling · 6fa23b7f
The query to check if course data exists can be quite slow for some tables. Instead of running this query, we simply execute the actual query to retrieve data. If no data is returned, DRF will return a 404.
Clinton Blackburn committed