/djangocms-hubspot-blog

A djangoCMS App which imports blog posts from the Hubspot Content API :newspaper:

Primary LanguagePythonMIT LicenseMIT

djangoCMS Hubspot Blog Integration

  • Management command to fetch Authors, Topics and Posts and store them in the database
  • djangoCMS App to hook list and detail view into a page

Usage

  • pip install djangocms-hubspot-blog
  • Add the app hubspot_blog to your INSTALLED_APPS
  • Override the templates hubspot_blog/[post_list.html,post_detail.html]