Tuesday, January 1, 2019

Re: How 2 access the Primary model's ID in the Foreign model??

Hello,
hope everyone doing well. I am working on tornado framework. I want to use admin panel for that app but I am getting a single solution using Django alongside of tornado for admin panel. I want to use some package in the tornado which gives me admin panel.
If anyone knows let me know Please.
Thanks&Regars Mazz Ahmed

On Tue, Jan 1, 2019 at 12:31 PM Peter of the Norse <rahmcoff@gmail.com> wrote:
Also song.album_id will work as well, and faster too.

Sent from my iPad

> On Dec 4, 2018, at 3:43 PM, Mike Dewhirst <miked@dewhirst.com.au> wrote:
>
>> On 5/12/2018 7:07 AM, Sourajit Mohanty wrote:
>> I have 2 model classes Album and Songs(where Song is the Foreign key)
>> I want to access the Albums ID in the Songs class..
>> How can I do that??
>>
>
>
> song = Songs.objects.get(name='Happy birthday')
> albumid = song.album.id
>
> Similarly ...
>
> album = song.album
>
> This assumes your model code in Songs names the foreign key 'album'
>
> --
> 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/d7e6a11e-e55d-3393-6937-31dee72d4035%40dewhirst.com.au.
> For more options, visit https://groups.google.com/d/optout.

--
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/02EB60C5-DA5F-4D9B-9FFC-3797470F8226%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

--
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/CABuXbh8g%2Bq8s6iJorf%3DCrBA%2B3tUb24y9UxPoFEbRa8TgpT%2B2cg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment