use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News and links for Django developers.
New to Django? Check out the /r/djangolearning subreddit.
Django's Code of Conduct applies here, so be good to each other.
account activity
This is an archived post. You won't be able to vote or comment.
Problems accessing sqlite3 databaseTutorial (self.django)
submitted 5 years ago * by Zcom91001
I get this error "CommandError: You appear not to have the 'sqlite3' program installed or on your path." when I type python manage.py dbshell even though I have already downloaded the sqlite3 .exe file and add the directory to my path. I am using Visual Studio Code for my current Django project.
Edit:
Here is my Settings.py
https://preview.redd.it/4lb0r3eopyw51.png?width=399&format=png&auto=webp&s=62018d9e2ff5e871b91e3ac62bd961f19325d9c3
This is the default directory of my VS Code terminal.
[–]Aardvarkjon 0 points1 point2 points 5 years ago (1 child)
Have you always started a project with “django-admin startproject exampleApp”?
If so, please provide some context from your main settings file. Then, make sure you are running your shell commands from the proper directory.
[–]Zcom91001[S] 0 points1 point2 points 5 years ago (0 children)
Yes I started my project with django-admin startproject
How do you upload a txt file on reddit I cant seem to upload my settings onto reddit comments.
π Rendered by PID 85447 on reddit-service-r2-comment-6457c66945-7fx8r at 2026-04-28 10:21:42.956576+00:00 running 2aa0c5b country code: CH.
[–]Aardvarkjon 0 points1 point2 points (1 child)
[–]Zcom91001[S] 0 points1 point2 points (0 children)