In order to use an existing database in Django, you need to have a model for
each table. Creating models for existing tables manually is just too much work.
However, there's no need to do that, since Django has a builtin tool to solve
this exact problem.
Note: this guide