On Aug 18, 2005, at 10:32 AM, dharms wrote:
This is a complete newbie question. I'm curious what experiences peoplehad 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?
Adrian wrote this last night: http://www.djangoproject.com/ documentation/legacy_databases/
Jacob