Install sqlite3 on windows 10
when you are try to work with django .you need to have database sqlite3 is simple light weight database .you can check if your computer already have sqlite3 or not.open command prompt and type sqlite3
if it shows error massage then you can go to sqlite3 website and download precompiled Binaries and dll file and download the two zip file and unzip it.
precompiled binaries for windows
unzip files
inside ziped dll files
copy all 3 files in to system 32 folder
thats it now open command prompt again and type sqlite3 it will show message like this now you have sqlite3
No comments:
Post a Comment