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