Skip to content

Commit dacf6f2

Browse files
committed
Remove all Contentful-related code from the project
* Drops the contentful app: views, models and templates * Drops Contentful-related settings * Drop static bundles that appeared to be for Contentful components only * Updates DB export script to not dump the contentful table * Does NOT do anything to automatically drop the contentful_ DB tables, however * Remove use of prefer_cms decorator for VPN RC views and moves the routing to cms_only_urls so that we can still reverse those page addresses * Move legacy /more/ redirects related to the VPN pages to global redirects (losing the locale-availability check, but deferring it to the CMS to 404 or not instead)
1 parent f13a56d commit dacf6f2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+498
-7749
lines changed

bedrock/base/templates/cron-health-check.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -89,16 +89,6 @@ <h1 id="other-data">Other Site Data</h1>
8989
<td>{{ most_recent_data_change_ts }}</td>
9090
</tr>
9191
{% endif %}
92-
<tr>
93-
<td><b>Latest Contentful sync</b></td>
94-
<td{% if contentful_info.latest_sync %} title="{{contentful_info.latest_sync|datetime(settings.STRFTIME_FORMAT_INTERNAL_USE)}}"{% endif %}>
95-
{% if contentful_info.time_since_latest_sync %}
96-
{{ contentful_info.time_since_latest_sync }}
97-
{% else %}
98-
No data!
99-
{% endif %}
100-
</td>
101-
</tr>
10292
</tbody>
10393
</table>
10494

0 commit comments

Comments
 (0)