example

You are browsing the example tag archive.

Django Example: FileField and ImageField

The syntax to add it in Model is:

class MyModel(models.Model):
	video = FileField(upload_to=None[, max_length=100, **options])

Continue reading…

Subscribe Me

Google Custom Search

Bookmarks