Thanks, I'll check them out.

On Thu, 29 Oct, 2020, 10:08 AM David Nugent, <dav...@uniquode.io> wrote:

> You question isn't very specific, however I'll try to add a couple of
> touch-points that may provide some direction.
>
> Django manage.py can provide direct access to your models.
>
> python manage.py shell
>
> is your friend, for manually manipulating data, including the database via
> the Django ORM.
>
> This link to the Django docs
> <https://docs.djangoproject.com/en/3.1/topics/db/models/> could provide a
> good starting point, particularly further down the page where models are
> queried using the Django shell.
>
> Secondly are the import and export data commands available in manage.py,
> in particular the dumpdata
> <https://docs.djangoproject.com/en/3.1/ref/django-admin/#dumpdata> and
> loaddata
> <https://docs.djangoproject.com/en/3.1/ref/django-admin/#loaddata> commands.
> I suspect this is what you are looking for.
>
>
>
> On 29 Oct 2020, at 05:33, Kiran Bangde <kiranb0...@gmail.com> wrote:
>
> Hi everyone,
>
> Iam stuck at a point ...I want to fetch a data from a database , where
> data should be insert manually , plz help me how to do that how to fire a
> queries in DB and how to use primary key and foreign key over here.
> Please help me ,Iam new to Django .
>
> Thanks in advance
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAH3w0pg60HpYHzta5hjHTw7NaiBbuh7Q1uOfG%2BkZnRAGgQLOYA%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAH3w0pg60HpYHzta5hjHTw7NaiBbuh7Q1uOfG%2BkZnRAGgQLOYA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
>
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAH3w0phj6R1MTZNwttAXc92TYK-FcA3uptP_6HKHiEMv9e8Y_w%40mail.gmail.com.

Reply via email to