Added binary field to song model #4

This commit is contained in:
amazing-username
2019-02-08 18:25:50 +00:00
parent b54bcf3368
commit 3cf708485f
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -37,6 +37,7 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'api',
]
MIDDLEWARE = [