Skip to main content
Version: 1.7.50

Dev

Overwrite HTML template or Python module within the OpenPanel UI container

  • To list all files, run:
    opencli dev
  • To overwrite a Python module:
    opencli dev modules/PATH.py
  • To overwrite an HTML template:
    opencli dev templates/dashboard/dashboard.html

Note: This command is intended for development purposes, specifically when creating custom modules or modifying templates. It provides a quick way to overwrite files for testing. For persistent changes, refer to the Customizing section.

Was this helpful?