ChaosKnight11 0 Light Poster

Hi, I have started a new app in my current Django project and I want to make the new app use its own database.

I have found this solution on the web: Django Multi-Database support but it seems more like a hack than a supported solution. Do you think this is the best possible solution? Or should I rather connect to the database manually via the MySQLdb module?

Any help will be greatly appreciated.