How do I go about specifying and using an ENUM in a Django model?
If you really want to use your databases ENUM type:
Good luck!