There are two possible approaches that I know to adapt your models to the old database table (without using views):
1) Run python manage.py inspectdb in your project. This will create models for existing database tables, after which you can continue to work with them.
2) . , , db_table . -, , db_column. , db_, , .
, , sql . "" /sql/ "model".sql. Django sql . DROP , . , , django ( .sql , , ).