﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35106	Flatpages App - Installation instructions	Erewh0	nobody	"Step 3 : says to either add an entry to URLconf **or**   add FlatpageFallbackMiddleware to MIDDLEWARE setting 

I tried implementing using URLconf without success, kept the URL conf and added MIDDLEWARE setting - no change to url path  and Flat page rendered .... it seems that either MIDDLWARE setting is required or urlpattern setup instructuons aren't correct / complete.


Add an entry in your URLconf. For example:
{{{#!python
urlpatterns = [
    path(""pages/"", include(""django.contrib.flatpages.urls"")),
]
}}}
or:

Add `'django.contrib.flatpages.middleware.FlatpageFallbackMiddleware'` to your `MIDDLEWARE` setting."	Uncategorized	closed	Documentation	4.2	Normal	worksforme			Unreviewed	0	0	0	0	0	0
