Error while using manage.py

2020-06-22 Thread fordaX
Make sure you have sqlite installed on your Windows machine. You can install it from the link below: https://www.sqlite.org/download.html -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails fr

Re: Error while using manage.py

2020-06-22 Thread misraX x
Make sure you have sqlite installed on your Windows machine. You can install it from the link below: https://www.sqlite.org/download.html On Mon, Jun 22, 2020 at 5:11 PM Franz Ulenaers wrote: > please install sqlite3 > > Op maandag 22 juni 2020 16:17:54 UTC+2 schreef NAVEEN RS: > >> [image: Scr

Re: Error while using manage.py

2020-06-22 Thread Franz Ulenaers
please install sqlite3 Op maandag 22 juni 2020 16:17:54 UTC+2 schreef NAVEEN RS: > > [image: Screenshot (48).png] > > I am using conda virtual enviroment to use django for my project . I am > learning django from telusko youtube channel . First time while using > python manage.py runserver , pyt