django-fobi/examples/simple/foo/models.py
Artur Barseghyan f315c9bcc6 initial
2014-10-11 05:54:24 +02:00

4 lines
No EOL
105 B
Python

from django.db import models
class FileTest(models.Model):
file = models.FileField(upload_to='foo/')