You shouldn't need to define "People" or "User", that already comes in
django.contrib.auth.models. Just import User and make that your foreign
key where needed. 

A smart way would be to use django.contrib.comments.

https://docs.djangoproject.com/en/dev/ref/contrib/comments/

For more complex commenting mechanisms take a look at django packages:

http://www.djangopackages.com/grids/g/commenting/


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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