Re: Model/Required Fields Questions

2007-10-30 Thread @@
hi maybe you can try this: create a new class represent the traffic type( such as Carpool, and all those traffic type ), add a class represent the traffic category(roadtrip,commute... ). the Rideshare class hava a reference to the traffic type, and the traffic type have a reference to the traffic c

Model/Required Fields Questions

2007-10-30 Thread Alex Ezell
Hi, I am, as it will become painfully obvious, a new Django user. I am converting a PHP site to Django. Right now, the main DB table in the PHP site has around 100 columns and depending on the type of post being saved, it may leave around 60 of those empty. That's obviously an issue and I'd like