add parameter to filter session and note by updated date. Add pagination on sessions and notes. add read only endpoint at root level to list notes
from django.apps import AppConfig
class NotesConfig(AppConfig):
name = 'notes'
def ready(self):
# import signal handlers
import notes.signals