From c3c895054e3785f06411d5c802b120ed53d00ec6 Mon Sep 17 00:00:00 2001 From: MarriVenkat <33051841+MarriVenkat@users.noreply.github.com> Date: Sun, 27 Oct 2019 15:23:14 +0530 Subject: [PATCH] Update models.py --- music/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music/models.py b/music/models.py index 2e94927a..6a6a94f3 100644 --- a/music/models.py +++ b/music/models.py @@ -1,4 +1,4 @@ - +"""models of music""" from django.db import models from django.contrib.auth.models import User