Updating the suggestion listsΒΆ

The planop development team publishes new versions of their suggestion lists regularly.

To replace your system suggestion lists with the new version, execute the following commands:

python manage.py replace_system_sl path/to/sl_xx.json

This will remove your old suggestion lists and load up the new ones.

You can also do these steps separately if needed with following commands.

To remove the old system suggestion lists:

python manage.py delete_system_sl

To load the new lists:

python manage.py planopload path/to/sl_xx.json