feedback/models.py
author nishanth
Mon, 19 Apr 2010 21:29:47 +0530
changeset 1 5d921672ef41
child 3 abfecc652a16
permissions -rw-r--r--
added db to settings and made an app called feedback
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
5d921672ef41 added db to settings and made an app called feedback
nishanth
parents:
diff changeset
     1
from django.db import models
5d921672ef41 added db to settings and made an app called feedback
nishanth
parents:
diff changeset
     2
5d921672ef41 added db to settings and made an app called feedback
nishanth
parents:
diff changeset
     3
# Create your models here.