class Post(models.Model): # ... other things here video_file = models.FileField(upload_to='post_files',blank=True,null=True)