adding management command to strip existing Note.html into raw note.text for previews...
authorSeth Woodworth <seth@sethish.com>
Mon, 18 Mar 2013 20:39:12 +0000 (16:39 -0400)
committerSeth Woodworth <seth@sethish.com>
Mon, 18 Mar 2013 20:39:12 +0000 (16:39 -0400)
commit7e379e220fd462b492e37b5e18153a597a956316
tree3c33c65aaefbff080ce8df42b73a9e9fe3b5b578
parentaf7c9dfd67a05cc3701585c904dd511d39988e81
adding management command to strip existing Note.html into raw note.text for previews and search
karmaworld/apps/notes/management/__init__.py [new file with mode: 0644]
karmaworld/apps/notes/management/commands/__init__.py [new file with mode: 0644]
karmaworld/apps/notes/management/commands/strip_html_to_text.py [new file with mode: 0644]
reqs/common.txt