> (dates and times in Moodle are unix timestamps stored as bigint too).
>
> Is this a deal-stopper for integrating with an existing Moodle user
> and course base?
Apparently this int/bigint for keys will not be at all a problem. So,
the only fields I see that are incompatible are the dates and times.
Since Django can transact with bigint like it was an int I think that
writing a custom field that will return a python datetime object from
a bigint column will not be too arduous.