Re: I am searching: How to make drop down list in django

2016-09-01 Thread Gergely Polonkai
This very much depends on what exactly want to do, but in general, it doesn’t really Django’s job. Can you produce the desired result in a plain HTML file? If not, you should visit an HTML/CSS tutorial; if yes, you should define your problem a bit better, otherwise we won’t be able to help you. e

Re: I am searching: How to make drop down list in django

2016-09-01 Thread ludovic coues
Do you mind to share a bit more of what you are trying to do ? There is a few way to get a dropdown list out of a django form class. https://docs.djangoproject.com/en/1.10/ref/models/fields/#django.db.models.Field.choices is one way to do it, for a specific use case. 2016-09-01 9:26 GMT+02:00 :

I am searching: How to make drop down list in django

2016-09-01 Thread amandeep . tu2015
I trying for last 7 days to search this topic but could not find :( -- 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