0
Hello anyone work on Django?
I create form in django using Post method and the details are saving in sqlite which is using by default now when I changed the database to MySQL and successfully migrate it but the problem is the form I made i want to show my data in MySQL database. Can anyone provide me any YouTube videos or any guidance like how can I change my code to connect with that database to show my form details there.
2 odpowiedzi
+ 2
Akash Gupta
I have never done this, but here is a guide to doing this:
https://pythonfusion.com/switch-database-django/
also
https://www.rockandnull.com/django-dumpdata/
Would like to know if it works or not.
0
Bob_Li thanks