index/index/files/models.py
2010-06-09 20:00:34 +05:30

8 lines
121 B
Python

from django.db import models
class File(models.Model):
class Meta:
abstract = True
# Create your models here.