views:

28

answers:

0

I'm new to Geodjango, and was really enjoying the tutorial at djangoproject.org. But when I got to the "Google / Geographic Admin" section I was unable to display the WorldBorders entries on a map. I can pull up http://localhost:800/admin in my browser, and I see something like this:

DJANGO ADMINSTRATION SITE ADMINISTRATION

Auth

Groups Add Change Users Add Change

Sites

Sites Add Change

World

World borderss Add Change

But none of the links seem to work. If I click on 'World borderss' (sic!), I see /world/worldborders' appended in the address bar of the browser. But nothing else happens.

Did I mess it somewhere, e.g. when I snuck in the the typo "World borderss" ? Where do I need to fix that ? Or is this a problem with urls.py ? Any help is appreciated.