django_inlines

For embedding anything you'd like into text in your Django apps
Download

django_inlines Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Christian Metts
  • Publisher web site:
  • http://github.com/mintchaos/

django_inlines Tags


django_inlines Description

For embedding anything you'd like into text in your Django apps django_inlines is a Django plugin to let you use include other objects and special bits in your text fields.It uses a registration style so it's easy to set up inlines for any of your apps or third party applications.Example:Register your inlines:from django_inlines import inlinesfrom django_inlines.samples import YoutubeInlineinlines.registry.register('youtube', YoutubeInline)In your entry.body:< p >Check out my new video:< /p >{{ youtube http://www.youtube.com/watch?v=RXJKdh1KZ0w }}In your template:{% load inlines %}{% process_inlines entry.body %} Requirements: · Python · Django


django_inlines Related Software