Changes between Version 39 and Version 40 of WatchlistPlugin


Ignore:
Timestamp:
Sep 16, 2010, 1:45:03 AM (14 years ago)
Author:
Martin Scharrer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WatchlistPlugin

    v39 v40  
    106106}}}
    107107
     108=== Uninstall Plugin ===
     109The plugin can be uninstalled by removing the python egg file.
     110The created database tables can be removed __before__ that using the following python code:
     111{{{
     112#!python
     113from tracwatchlist.db import delete_watchlist_tables
     114delete_watchlist_tables("/path/to/your/trac/installation")
     115}}}
    108116
    109117== Using it together with the AnnouncerPlugin ==#AnnouncerPlugin