>
> File "c:\django\gossip2go\applications\models.py" in save
>  138.         return Snippet.objects.create(title
> =self.cleaned_data['title'],
>

This is the problem.


>
> Exception Type: NameError at /add_gossip/
> Exception Value: global name 'Snippet' is not defined
>

This error is telling you that line 138 has a problem, as seen above.

If the model is defined, it may be that you haven't imported the model into
the view.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to