I created a database with MYSQL Workbench 8.0 and I want to import it into Django, so that I can display the data on the browser. How can I do that?
You have to use inspectdb to create the models from the database. I haven't ever done this myself so I can't help you with it, but here's more information about it: https://docs.djangoproject.com/en/dev/howto/legacy-databases/