Re: Django models and different types

2012-05-11 Thread Michael da Silva Pereira
Apologies got the groups confused. -- Mike -- * * *Tradepage, now part of the Cloud Group, is an Authorised Google Apps for Business Reseller. For only R450 per user per year, get Business Email, Calendars, Documents, syncing with mobile devices and much more. Find out more: http://www.trad

Django models and different types

2012-05-11 Thread Michael da Silva Pereira
Hi, Looking for some ideas around a type / conversion matching issue I'm having with a big django model. The model has tons of variables, and all being of different types (int, nullbool, date, datetime, string). I'm trying to pass data from a different database into the django model, but the othe