Skip to content

Management Commands

Overview

ReactPy exposes Django management commands that can be used to perform various ReactPy-related tasks.


Clean ReactPy Command

Command used to manually clean expired ReactPy data from the database and/or cache.

When using this command without arguments, it will perform all cleaning operations. You can limit cleaning to specific operations through arguments such as --sessions.

Terminal

python manage.py clean_reactpy
See Interface

Type python manage.py clean_reactpy --help to see the available options.


Last update: October 22, 2024
Authors: Mark Bakhit