django-flatcontent

A flatpages-like application for Django
Download

django-flatcontent Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Oregon Center for Applied Science
  • Publisher web site:
  • http://orcasinc.com

django-flatcontent Tags


django-flatcontent Description

A flatpages-like application for Django django-flatcontent is intended as a flatpages-like application, but for smaller chunks of content that can be edited in the Django admin.Installation:1. Add the flatcontent directory to your Python path.2. Add flatcontent to your INSTALLED_APPS.3. Run the command manage.py syncdb to install the models.Usage:Once content is available in the FlatContent model, it can be accessed via the templates using the provided template tags:{% load flatcontent_tags %}< div id="footer" > {% flatcontent footer %}< /div >The above will perform a slug lookup on the text "footer" and return the content associated with that slug. Requirements: · Python · Django


django-flatcontent Related Software