diff options
author | adityacp | 2020-11-07 11:58:22 +0530 |
---|---|---|
committer | adityacp | 2020-11-07 11:58:22 +0530 |
commit | 6b5b21fc26879c1724bf02952584196f6c302b91 (patch) | |
tree | 5ab027148a20f084638e63a1d82538502597ad5b /stats/views.py | |
parent | fe5b3c41aa898fa7491a7ec9bce28c5e1c5b542d (diff) | |
download | online_test-6b5b21fc26879c1724bf02952584196f6c302b91.tar.gz online_test-6b5b21fc26879c1724bf02952584196f6c302b91.tar.bz2 online_test-6b5b21fc26879c1724bf02952584196f6c302b91.zip |
Add tests for lesson tracking
Diffstat (limited to 'stats/views.py')
-rw-r--r-- | stats/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stats/views.py b/stats/views.py index ddbc1b3..3bfe9c3 100644 --- a/stats/views.py +++ b/stats/views.py @@ -4,6 +4,7 @@ from django.http import JsonResponse from django.utils import timezone from django.contrib.auth.decorators import login_required from django.core.paginator import Paginator +from django.http import Http404 # Local Imports from stats.models import TrackLesson |