drop down multi checkbox with bootstraps selet

2017-03-18 Thread Camilo Torres
Hi, You have to properly construct the element. Take a look at these sections of the manual: https://docs.djangoproject.com/en/1.10/topics/forms/#rendering-fields-manually https://docs.djangoproject.com/en/1.10/topics/forms/#looping-over-the-form-s-fields Take a special look at field

drop down multi checkbox with bootstraps selet

2017-03-18 Thread ايهاب توفيق
I am tring to create drop down checkbox with values from database in my templet using bootstrap select and form MultipleChoiceField like this Html select class="selectpicker" multiple> {% for topping in form.the_topping %} {{ topping.topping_id }} {% endfor %}

Re: GeoDjango

2017-03-18 Thread Samuel Brunel
Thanks a lot, WMS is Web Map Server like MapServer (http://www.mapserver.org). I think django-wms provides the service I need. > On 18 Mar 2017, at 14:35, Tim Graham wrote: > > What's WMS? Is this package relevant https://django-wms.readthedocs.io/ ? > (found with a

Re: GeoDjango

2017-03-18 Thread Tim Graham
What's WMS? Is this package relevant https://django-wms.readthedocs.io/ ? (found with a web search for "geodjango wms") p.s. There's a geodjango mailing list that might be more useful for future questions: https://groups.google.com/forum/#!forum/geodjango On Saturday, March 18, 2017 at 9:21:55

GeoDjango

2017-03-18 Thread Samuel Brunel
Hello, I’m new on GeoDjango, I need to known If I can use GeoDjango as WMS ? Best regards, Samuel -- 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

Re: Tweaking the admin title to display the model name

2017-03-18 Thread Andréas Kühne
Yeah I know - the django admin platform is really great - add the grappelli interface to it and you can use it as a proper backend for a project. :-) Nice to see that I was able to push you in the right direction. Regads, Andréas 2017-03-17 23:22 GMT+01:00 Mike Dewhirst

Re: Programming Error at admin

2017-03-18 Thread Andréas Kühne
You shouldn't get any errors when running migrations. What I am guessing now is that the sessions table is missing completely or some of the columns in the table are missing. Make sure that you can run migrations properly before you try using the admin interface. Regards, Andréas 2017-03-18