BestNotes/bestnotes
2019-12-15 19:34:49 +01:00
..
__pycache__ BES-45 BES-50 BES-51 Added topics.html template, added method to use template notes.html to generate notes_by_topic_id, modified backend to work with the mentioned addtions. 2019-12-15 17:49:20 +01:00
migrations BES-45 BES-50 BES-51 Added topics.html template, added method to use template notes.html to generate notes_by_topic_id, modified backend to work with the mentioned addtions. 2019-12-15 17:49:20 +01:00
static BES-52 Merge version 3 2019-12-15 19:34:49 +01:00
templates BES-52 Merge version 3 2019-12-15 19:34:49 +01:00
__init__.py BES-15 Created django project with new db table StudentProfile which extends User Model using a One-To-One link. 2019-11-25 00:10:39 +01:00
admin.py BES-32 Added single note view by id 2019-12-07 19:24:05 +01:00
apps.py BES-15 Created django project with new db table StudentProfile which extends User Model using a One-To-One link. 2019-11-25 00:10:39 +01:00
dbAPI.py BES-16 Added methods for adding, updating, deleting students + unittests for adding and updating 2019-11-25 15:22:36 +01:00
models.py BES-32 Added single note view by id 2019-12-07 19:24:05 +01:00
tests.py BES-16 Added methods for adding, updating, deleting students + unittests for adding and updating 2019-11-25 15:22:36 +01:00
urls.py BES-52 Merge version 3 2019-12-15 19:34:49 +01:00
views.py BES-52 Merge version 3 2019-12-15 19:34:49 +01:00