If we choose an index page via the Site's index attribute, warn if that path overwrites an existing path. This could be a problem if we use a Plain app with a url root of /, but also have a Blog app as the "index" app. If the Plain app has a "index.markdown", that will be overwritten by the Blog's main index page.
If we choose an index page via the Site's
indexattribute, warn if that path overwrites an existing path. This could be a problem if we use a Plain app with a url root of/, but also have a Blog app as the "index" app. If the Plain app has a "index.markdown", that will be overwritten by the Blog's main index page.