Cascadind Drop Down in Django Admin Panel

15 views
Skip to first unread message

Balaji Shetty

unread,
May 9, 2019, 4:03:42 AM5/9/19
to django...@googlegroups.com

HI

How can I add cascading drop down for Continent and Country in Django Admin Panel.

Here I add Continent and Country. 

When i change Continent, Country should be changed automatically.

How can i achieve this.

Consider my model.py


class Continent(models.Model):

    name = models.CharField(max_length=255)

 

class Country(models.Model):

    continent = models.ForeignKey(Continent)

    name = models.CharField(max_length=255)

 

class Location(models.Model):

    continent = models.ForeignKey(Continent)

    country = models.ForeignKey(Country)

    city = models.CharField(max_length=50)

    street = models.CharField(max_length=100


--
Mr. Shetty Balaji S.
Asst. Professor
Department of Information Technology,
SGGS Institute of Engineering & Technology, Vishnupuri, Nanded.MH.India 
  Mobile: +91-9270696267

Jani Tiainen

unread,
May 9, 2019, 6:40:42 AM5/9/19
to django...@googlegroups.com
You could try django-select2 for example.

--
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...@googlegroups.com.
To post to this group, send email to django...@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/CAECSbOtZ580o4Jv-zR0FiRhy6pdacJwo74zpP9xsd0P4YoxBXw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Balaji Shetty

unread,
May 9, 2019, 6:48:33 AM5/9/19
to django...@googlegroups.com
Thanks a lot for your reply Dear Jani Tiainen 

I try it.

To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.

--
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...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.

For more options, visit https://groups.google.com/d/optout.


--
Mr Shetty Balaji
Asst. Prof.
IT Department
SGGS I&T
Nanded. My. India

Maurice Aney

unread,
May 9, 2019, 8:39:12 AM5/9/19
to django...@googlegroups.com
hi guys i think that it will be great to create a slak chanel

--
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...@googlegroups.com.

chaitanya goud

unread,
May 9, 2019, 8:43:42 AM5/9/19
to django...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages