BestNotes/bestnotes
2020-01-11 13:17:12 +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-55 Adding notes with tinymce, fix showing too many subjects 2020-01-11 12:45:47 +01:00
static BES-55 Show notes with tinymce plugin 2020-01-11 13:17:12 +01:00
templates BES-55 Show notes with tinymce plugin 2020-01-11 13:17:12 +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
forms.py BES-55 Adding notes with tinymce, fix showing too many subjects 2020-01-11 12:45:47 +01:00
models.py BES-55 Adding notes with tinymce, fix showing too many subjects 2020-01-11 12:45:47 +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-55 Adding notes with tinymce, fix showing too many subjects 2020-01-11 12:45:47 +01:00
views.py BES-55 Adding notes with tinymce, fix showing too many subjects 2020-01-11 12:45:47 +01:00