The syntax to add it in Model is:
class MyModel(models.Model): video = FileField(upload_to=None[, max_length=100, **options])
You are browsing the example tag archive.
The syntax to add it in Model is:
class MyModel(models.Model): video = FileField(upload_to=None[, max_length=100, **options])
Recent Responses