Showing posts with label Django. Show all posts
Showing posts with label Django. Show all posts

Monday, February 11, 2019

Easily migrate a Django DB from SQLite to MySQL.

(adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-3834444403093222", enable_page_level_ads: true }); Step1:  (adsbygoogle = window.adsbygoogle || []).push({}); Go to https://www.lfd.uci.edu/~gohlke/pythonlibs/#mysqlclient to download mysqlclient library and download the version which suits your python version....