--- a/upload/forms.py Wed Sep 02 19:43:43 2009 +0530
+++ b/upload/forms.py Wed Sep 02 10:38:24 2009 -0400
@@ -1,6 +1,6 @@
from django import forms
-from upload.models import Participant
+from spoken_tut.upload.models import Participant
class ParticipantForm(forms.ModelForm):
class Meta: