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 4:02
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 :
> On 17/03/2017 7:49
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 django-user
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
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 web search for "geodjang
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 %}
$
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 html_nam
7 matches
Mail list logo