8000 GitHub - mrj0/cmsplugin-html: Insert plain HTML into a page for mad hackery
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mrj0/cmsplugin-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmsplugin_html

Sometimes when you're doing some complicated stuff, you need a way to just drop in some HTML without any fuss. This is that plugin.

This plugin should be considered alpha quality, but it's so simple there's not much to mess up.

Requirements

cmsplugin_html has been tested with:

Django       1.2.5
django-cms   2.1.3

Installation

Make sure cmsplugin_html is in INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'cmsplugin_html',
    ...
)

Then run python manage.py syncdb to create the tables.

About

Insert plain HTML into a page for mad hackery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0