Created
June 4, 2015 11:42
-
-
Save FinalAngel/055fdb8a69dd5a68b855 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from cms.api import add_plugin | |
placeholder = page.placeholders.get(slot='content') | |
add_plugin(placeholder, | |
'TextPlugin', | |
self.language_code, | |
body=self.cleaned_data['content']) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment