Not Found: core markup nav - TACC/Core-CMS GitHub Wiki

Problem

Setting INCLUDES_CORE_PORTAL = True (default) will make CMS try to load Portal nav markup from /core/markup/nav/, which is only available from Core Portal.

Steps

A. If Running CMS Independent of Portal (i.e. S.A.D.* CMS)

  1. Open/Create taccsite_cms/settings_local.py.
  2. In taccsite_cms/settings_local.py file, add INCLUDES_CORE_PORTAL = False.

Footnotes

* S.A.D. stands for "Stand-Alone Django".

⚠️ **GitHub.com Fallback** ⚠️