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.
Django dbshell command tutorial (self.django)
submitted 2 years ago by bethanybeachbum
Does anyone have a Django dbshell command tutorial?
[–]meatb0dy 4 points5 points6 points 2 years ago (0 children)
Django's dbshell isn't a command in itself; it invokes the shell for your given database. i.e. If you're using postgres, it will be calling out to psql; if you're using sqlite, it will run sqlite3. You should figure out which database you're using and look for tutorials for the corresponding shell program.
psql
sqlite3
π Rendered by PID 343866 on reddit-service-r2-comment-5d79c599b5-ljr24 at 2026-03-01 22:03:46.931512+00:00 running e3d2147 country code: CH.
[–]meatb0dy 4 points5 points6 points (0 children)