index/index/files/models.py

9 lines
121 B
Python
Raw Normal View History

2010-06-09 20:00:34 +05:30
from django.db import models
class File(models.Model):
class Meta:
abstract = True
# Create your models here.