mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-04-01 12:40:29 +00:00
4 lines
No EOL
105 B
Python
4 lines
No EOL
105 B
Python
from django.db import models
|
|
|
|
class FileTest(models.Model):
|
|
file = models.FileField(upload_to='foo/') |