maddymaster/musicserv

Can't upload songs

Opened this issue · 3 comments

Hey Maddy, nice job on finishing the app!

I found one bug:

in music/models.py
Need to remove default value from audio_file = models.FileField(default='')

Otherwise it throws a false validtion error :

This field cannot be blank

when trying to upload a song

Thanks Mako101, I will update the code :) Owe you one for this :)

Hey Mako101 I have updated the code. Please create your own super user, login and you should be able to upload songs

Great, thanks :)