class Interprise( Model ):
id = AutoField( primary_key = True )
description = CharField( max_length = 50 )
def __unicode__(self):
return self.description
class Client_Interprise( Model ):
id = AutoField( primary_key = True )
activitie = ForeignKey( Activitie )
inte
Hi all:
My ask is here: http://dpaste.com/709735/
Thanks...
--
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+unsubsc
2 matches
Mail list logo