-
- Downloads
Refactored user startpages into class based views. So nice!
parent
fd86b5a9
No related branches found
No related tags found
Showing
- core/migrations/0001_initial.py 3 additions, 2 deletionscore/migrations/0001_initial.py
- core/migrations/0002_auto_20170412_1447.py 1 addition, 1 deletioncore/migrations/0002_auto_20170412_1447.py
- core/migrations/0005_auto_20170413_0124.py 1 addition, 1 deletioncore/migrations/0005_auto_20170413_0124.py
- core/migrations/0007_auto_20170522_1827.py 1 addition, 1 deletioncore/migrations/0007_auto_20170522_1827.py
- core/migrations/0010_auto_20170710_1604.py 1 addition, 1 deletioncore/migrations/0010_auto_20170710_1604.py
- core/migrations/0012_auto_20170711_1104.py 1 addition, 1 deletioncore/migrations/0012_auto_20170711_1104.py
- core/migrations/0013_auto_20170712_1643.py 27 additions, 0 deletionscore/migrations/0013_auto_20170712_1643.py
- core/migrations/0014_auto_20170712_1704.py 22 additions, 0 deletionscore/migrations/0014_auto_20170712_1704.py
- core/models.py 55 additions, 13 deletionscore/models.py
- core/templates/core/r/reviewer_base.html 2 additions, 2 deletionscore/templates/core/r/reviewer_base.html
- core/templates/core/r/student_list.html 2 additions, 2 deletionscore/templates/core/r/student_list.html
- core/templates/core/r/student_submission_list.html 1 addition, 1 deletioncore/templates/core/r/student_submission_list.html
- core/templates/core/s/student_startpage.html 3 additions, 7 deletionscore/templates/core/s/student_startpage.html
- core/templates/core/t/tutor_startpage.html 2 additions, 2 deletionscore/templates/core/t/tutor_startpage.html
- core/urls.py 4 additions, 4 deletionscore/urls.py
- core/views/__init__.py 3 additions, 0 deletionscore/views/__init__.py
- core/views/export_csv.py 4 additions, 3 deletionscore/views/export_csv.py
- core/views/feedback.py 1 addition, 1 deletioncore/views/feedback.py
- core/views/generics.py 58 additions, 0 deletionscore/views/generics.py
- core/views/login.py 1 addition, 2 deletionscore/views/login.py
Loading
Please register or sign in to comment