Hello all,

I'm trying to follow the "example custom comments app" exercise as
documented here:
http://docs.findjango.com/ref/contrib/comments/custom.html#ref-contrib-comments-custom

It looks simple enough but I've hit a complete dead end with it, and I
don't have any idea how to debug the problem!  Basically the comments
form isn't changing as it should.  I have noticed that when I copy the
methods in to __init__.py and try to run syncdb I'm getting an error
message.  So maybe the problem lies there?

This is the code I'm copying in to __init__.py:

from internal.models import CommentWithTitle
from internal.forms import CommentFormWithTitle

def get_model():
    return CommentWithTitle

def get_form():
    return CommentFormWithTitle


I'm running Django 1.0.2.

Any help would be massively appreciated.  Even if you could give me a
clue as to how to debug.

Thanks,
Michael

--~--~---------~--~----~------------~-------~--~----~
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