Hi, so far I have completed to implement a rather complex database schema for a web app. But I like/have to use MySQL full text indexes on some columns. Is there a way to model this inside a model? So far I have added them by hand and use some custom queries in my app. But a straighter solution would be nicer. I am absolutely aware that the Django model is an abstraction layer, that has to work on all supported databases, but may be there is a "shortcut". :)
Best regards, Oliver P.S.: Django absolutely rocks. Thanks a lot.