django-appcms

Templatetags for inserting django-cms placeholders in app templates
Download

django-appcms Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Ludvig Widman
  • Publisher web site:
  • http://github.com/codemill/

django-appcms Tags


django-appcms Description

django-appcms is a Django app that provides templatetags for inserting django-cms placeholders in app templates.InstallationDjango-AppCMS can be installed with pip:pip install django-appcmsUsage- Add appcms to INSTALLED_APPS in your settings.py file: INSTALLED_APPS = ( ... 'appcms', ... )- Run ./manage.py syncdb to add tables for django-appcms- Load appcms_tags in your template: {% load appcms_tags %}- Add a placeholder: {% appcms_placeholder "name_of_placeholder" %}- Make sure the base template includes the django-cms toolbarWhen the view loads with a admin logged in editing can be enabled in the django-toolbar.Product's homepage


django-appcms Related Software