Cartifex
01-07-2007, 01:03 PM
Hi,
I need to be able to modify a specific post on a regular basis from a django/python application.
I can modify the pagetext for that post easily but I am still wondering how to notify that the post has been updated. (if I click edit or quote, I see the changes... but not when I view the thread)
Edit:
never mind I found the answer using mysql log-update:
DELETE FROM postparsed WHERE postid = 3099
I need to be able to modify a specific post on a regular basis from a django/python application.
I can modify the pagetext for that post easily but I am still wondering how to notify that the post has been updated. (if I click edit or quote, I see the changes... but not when I view the thread)
Edit:
never mind I found the answer using mysql log-update:
DELETE FROM postparsed WHERE postid = 3099