Re: a problem about using inclusion_tag
Oh,yes --~--~-~--~~~---~--~~ 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
a problem about using inclusion_tag
my code list is : = 1.mysite/books/models.py = class Author(models.Model): salutation=models.CharField(maxlength=10) first_name=models.CharField(maxlength=30) last_name=mod