Cześć! ;)

You should first answer a question, why do you even bother using dbshell 
when there's an other option to deal with data? (docs 
<https://docs.djangoproject.com/en/2.1/intro/tutorial02/#playing-with-the-api>
)
If you know why I'm asking, simply installing sqlite3 is gonna be the best 
option for you (download page <https://www.sqlite.org/download.html>).


W dniu wtorek, 18 września 2018 01:38:57 UTC+2 użytkownik Robert 
Latoszewski napisał:
>
> 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/2b5b0b1f-1564-47f2-851f-aeabb2536318%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to