how can I use Tabularinline outside of the admin ?

2012-03-01 Thread Lestak
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

Tabularinline in CreateView ?????????????

2012-02-29 Thread Lestak
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