-
Notifications
You must be signed in to change notification settings - Fork 1
How to Migrate Website from v1
W. Bomar edited this page Dec 8, 2021
·
1 revision
-
If you did not create your project by cloning
example-cms
, then:- Copy
templates/fullwidth.html
fromtaccsite_custom/example-cms/
totaccsite_custom/name-of-project/
. - Copy
static/.../css/src/migrate.v1_v2.css
fromtaccsite_custom/example-cms/
totaccsite_custom/name-of-project/
.
- Copy
-
Update
taccsite_custom/name-of-project/templates/fullwidth.html
to load migration assets e.g.:- Change
<!-- To style old CMS content on new CMS --> <!-- <link rel="stylesheet" href="{% static 'example-cms/css/build/migrate.v1_v2.css' %}"> -->
- To
<!-- To style old CMS content on new CMS --> <link rel="stylesheet" href="{% static 'name-of-project/css/build/migrate.v1_v2.css' %}">
TACC ACI WMA Core-CMS Project Documentation