world_worldborder.geom does not exist
Following https://docs.djangoproject.com/en/dev/ref/contrib/gis/ , I've created the application world.
But the admin page wold not show me the actual map, instead i get the attached result.
Attempt to admin/world/worldborder/ end with following error:
>>>
ProgrammingError at /admin/world/worldborder/
column world_worldborder.geom does not exist LINE 1: ...ld_worldborder"."lon", "world_worldborder"."lat", "world_wor... ^
Request Method: | GET |
---|---|
Request URL: | http://37.139.10.184:8000/admin/world/worldborder/ |
Django Version: | 1.6 |
Exception Type: | ProgrammingError |
Exception Value: | column world_worldborder.geom does not exist LINE 1: ...ld_worldborder"."lon", "world_worldborder"."lat", "world_wor... ^ |
Can please someone advice, as the original documentation is hard to understand and unhelpful?
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 http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2d8ae078-8033-40b9-817a-bb132be178c4%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home