Overview
Update all projects based on general review comments in #184 and more.
To Do
Example: b942d2c
- remove
elasticsearch.py
- remove
elasticsearch container volume ./elasticsearch.py:…
Example: a993361, f8e4640
- remove
cms container volume ./src/apps:/code/apps
- remove Docker
COPY /src/apps /code/apps
- remove
src/apps
Example: d192e40
- add
TACC_CORE_STYLES_VERSION to taccsite_cms/settings_custom.py
- make order of settings in
settings_custom.py match Core-CMS
Example: /example_cms& /ecep-cms
- remove extra
__init__.py files (only apps need them)
Example: demdata-cms
- Edit all pages on a production website of a deployed Core-CMS-Custom app.
- Update them to not use DEPRECATED templates.
- Delete the
____-cms/templates directory.
Overview
Update all projects based on general review comments in #184 and more.
To Do
Elasticsearch
Example: b942d2c
elasticsearch.pyelasticsearchcontainer volume./elasticsearch.py:…Custom Apps
Example: a993361, f8e4640
cmscontainer volume./src/apps:/code/appsCOPY /src/apps /code/appssrc/appsTACC Core-Styles Version
Example: d192e40
TACC_CORE_STYLES_VERSIONtotaccsite_cms/settings_custom.pyCMS Settings
settings_custom.pymatch Core-CMSNo Extra __init__.py
Example:
/example_cms&/ecep-cms__init__.pyfiles (only apps need them)Remove Placeholder Templates
Example:
demdata-cms____-cms/templatesdirectory.