I create a new Django app (not project) called Bussinesses, then add following class to the models.py.
models.py
class Bussinesses(models.Model): busi
you can actually set the table name manually using the meta class, more here: https://docs.djangoproject.com/en/dev/ref/models/options/