Hi, I have my project done in django but I did it using a tutorial that used sqlite3 but I already have my database created and mysql and I want to connect, I modify the settings.py but I do not know what else to modify it: / I only have a single table called marks with the fields id, name, address, lat, lng, and type the same that I use and show in my application could someone guide me? I do not find much information about it since all of them do the database of 0 or use sqlite3 that I do not understand I leave my code in case you want to take a look HERE , thank you very much in advance