Create and save records through ManyToManyField selection.

2013-09-08 Thread Germán
You need to register the admin classes defined in admin.py. If you don't know how, go over the official tutorial in Django's online docs. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Create and save records through ManyToManyField selection.

2013-09-07 Thread Trung Nguyen
I am new comer I struggle to save a record using admin page . What extra ethod should I add to save ContestScore record. Thanks. class School(models.Model): school_name = models.CharField(max_length=30) school_city = models.CharField(max_length=30) coach_name =