1👍
✅
You must have the fallback middleware installed in your MIDDLEWARE_CLASSES
setting:
'django.contrib.flatpages.middleware.FlatpageFallbackMiddleware'
Remove it, and then it will only work on the prefix you have specified.
Source:stackexchange.com