aide

2007-12-06 Thread marie
j'ai ce message d'error ('str' object has no attribute 'creation_counter') Je ne comprend d'ou peu venir mon error --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send

correction de mon code

2007-12-06 Thread marie
voici mon code de date # -*- coding: utf-8 -*- from datetime import datetime def dateDiffJour(dateeffet,dateecheance): if dateeffet == dateecheance: jour = (dateecheance) - (dateeffet) if dateeffet < dateecheance: jour = (dateecheance) - (dateeffet) else: