This is a complete newbie question. I'm curious what experiences people had adopting Django to an already existing database (in use by other software and thus not easily changeable). Do you just have to create a model that matches the exisiting database, and what may be some caveats?
Thanks! D.