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 ReactPy data.

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: May 7, 2024
Authors: Mark Bakhit