Not a walrus
Django expects to be able to do all of the sql itself, by default, but with a bit of tweaking it'll play nice with existing tables. Notably it tries to prepend your project name on to every table name, and postfix every foreign key column with '_id', but both are trivial to override. Look at the models.py file and you can see what I mean.