django-pseudo-cms

A Simple application to help add dynamic content to pages
Download

django-pseudo-cms Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Aaron Madison
  • Publisher web site:
  • https://github.com/madisona/

django-pseudo-cms Tags


django-pseudo-cms Description

django-pseudo-cms is a real basic, fake kind of CMS that allows you to add just a tiny bit of dynamic content to your pages.OverviewI often find as a developer I want full control of the page, but there are small pieces I want a non-technical person to be able to change, or myself be able to change without additional code / deployment.This allows you to let a user customize the title tag, meta description, page title, page body, and a single page image. It will only allow you to save a content model to an existing url path that is resolvable in your django project.Installationpip install django-pseudo-cmsUsageadd pseudo_cms to your INSTALLED_APPS setting.If you want to change the image and/or thumbnail size of the page's content image, add the following directives to your settings as they apply.PSEUDO_CMS_IMAGE_SIZE = (300, 300)PSEUDO_CMS_THUMBNAIL_SIZE = (150, 150)The tuple refers to (width, height). If you'd like to force the image to a particular size without maintaining its aspect ratio, add a third item True to your tuple.Product's homepage


django-pseudo-cms Related Software