Thursday, August 9, 2018

Re: data retrival from django db.sqlite3

Hi Ruban,

On 08/09/2018 08:48 AM, ruban bharath wrote:
> how to retrieve a selected data from django inbuilt database
>

If you don't want to use SQL and sqlites client program, you can use the
dbshell command with django manage, eg.:

# ./manage,py dbshell

Kind regards,

Kasper Laudrup

--
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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/5227a2c5-df29-b2e7-96dc-a5d0d1e365df%40stacktrace.dk.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment