Hello all,
I just setup django's flatpages app following http://docs.djangoproject.com/en/dev/ref/contrib/flatpages/
Everything is fine, but when i link to a flatpage, i always get:
Page not found (404)
Request Method: GET
Request URL: http://example.com/about/
[..]
The current URL, about/, didn't match any of these.
what is that about? what may cause this error?
thanks in advance...