python - django 1.6 how to use sqlite3 in virtualenv on windows? -
i'm new django. i'm trying learn online video tutorial. i'm running django 1.6 , while running command
python manage.py dbshell
then error
'sqlite3' not recognized internal or external command,operable program or batch file.
i downloaded dll files , sqlite.exe file website , added path. works on computer intended, not affect virtualenv i'm working on , kinda out of clue how proceed.
i'm using django 1.6 because tutorial follows it.
Comments
Post a Comment