Useful django Links

Just some pages to guides or SO answers or articles that I’ve found useful.

“Ordering” of Instances

Specifically, things that need to be able to be ordered separate from any inherent properties of the other properties (like alphabetical or numeric). Think “drag and drop.”

Change Field Type

This one is something that could be avoided with better planning, but in case you run across it as I did; changing a CharField with choices to a ForeignKey.