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