Hi, 
I'm going through "Writing your first Django app, part 2" link 
<https://docs.djangoproject.com/en/2.1/intro/tutorial02/#database-setup> and 
I have problem with sqlite3 db - I have created database tables with 
migrate command (got db.sqlite3 file in my project folder) and I would like 
to display those tables and have already tried milion ways with .schema 
command but none of them worked. Any ideas what can be the problem? I 
haven't installed sqlite3 beacuse documentation says that it's already 
preinstalled with django, althoug when I tried "py manage.py dbshell" 
command error appeared: "You appear not to have the 'sqlite3' program 
installed or on your path."
Django==2.1.1 on Windows (tried to see this db with Powershell). 
Any help will be appreciated. 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/dd9cad0c-c78e-47bb-abb0-bd6493e6c52d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to