Name
Last commit
Last update
..
__pycache__ minor changes to make everything cohesive
migrations contents won't show up in assignments.html
static/dashboard After resolving conflict within group, implemented project-level template base.html. Started to adapt dashboard templates to new base.html.
templates/dashboard After resolving conflict within group, implemented project-level template base.html. Started to adapt dashboard templates to new base.html.
__init__.py Created dashboard app
admin.py Updated and implemented view following the specifications
apps.py Created dashboard app
forms.py After resolving conflict within group, implemented project-level template base.html. Started to adapt dashboard templates to new base.html.
models.py Implemented per widget user details page. To do this, a class-based view that inherited from DetailView was made. The url for this view was then configured in urls.py, and a template was made for the page.
tests.py Created dashboard app
urls.py Implemented edit widget user page. Created UserUpdateView in views.py that also accepts UserForm into the attribute form_class. Configured url for the said view in urls.py and created widgetuser-edit.html
views.py Implemented edit widget user page. Created UserUpdateView in views.py that also accepts UserForm into the attribute form_class. Configured url for the said view in urls.py and created widgetuser-edit.html