One thing I hate about using Django is being forced to use its models classes. Anyone found a better way of doing it?<p>I wish they would define a class agnostic public interface, then split out "Django models", "Django admin", and other components, so they could be used separately.