It's hard to say if that's actual code copied and pasted, but maybe
it's this part:

> class Regform(forms.ModelForm):
>     class meta:

> ModelForm has no model class specified. this error

Personal suggestions: paste a minimal working example, when you do su
use text only format messages to keep code properly formatted, use
conventional python spacing for ease of read, use proper naming for
classes -i.e. don't call your model "RegisterForm" and then your form
"Regform".


-- 
Andrea

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAMonFrTSJGEr0hJBxX6J3R2df1UsnsHYNw%2BHyOUVU4NwQ%2Bx9fw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to