On 10/14/06, Tool69 <[EMAIL PROTECTED]> wrote:
>
> Hi Waylan,
> Thanks for pointing me this site, I've learned a lot.
> The problem is that I'm using the built-in freecomment, so if I need to
> add a field I'm obliged to change the original Django code in
> \django\contrib\comments. Is there any problem(s) with this ?
>

Only if and when you update via svn. Generally, the suggested method
is to copy the django/contrib/comments to
path/to/yourproject/comments, then edit settings.py to point to the
new location. That way, when you upgrade the django source, you won't
overwrite your changes.

-- 
----
Waylan Limberg
[EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to