Add feedback app

This commit is contained in:
Roberto Rosario
2012-02-02 12:48:56 -04:00
parent 57846a758a
commit 67f3377916
15 changed files with 694 additions and 0 deletions

3
apps/feedback/models.py Normal file
View File

@@ -0,0 +1,3 @@
from django.db import models
# Create your models here.