¡@

Home 

python Programming Glossary: appointment

Inline-like solution for Django Admin where Admin contains ForeignKey to other model

http://stackoverflow.com/questions/6419248/inline-like-solution-for-django-admin-where-admin-contains-foreignkey-to-other-m

to other model I have several Customer s who book Appointment s. Each Appointment has exactly one customer though a customer.. I have several Customer s who book Appointment s. Each Appointment has exactly one customer though a customer can be booked for.. other fields I'd like to see from the admin view. class Appointment models.Model datetime models.DateTimeField customer models.ForeignKey..