Defualt Image Django

pic = models.ImageField(upload_to='blah', default='path/to/my/default/image.jpg')
django test