MaintenanceΒΆ

You will need to clean out the sessions table periodically to purge old session data.

There is a built-in command to do this:

python /path/to/planop/manage.py cleanup

It is also recommended to schedule daily versioning:

python /path/to/planop/manage.py create_version

Make sure to frequently backup your database!