cyberpanel/pluginHolder
master3395 ba262bdcb1 Refactor: replace url() with path() for Django routes in plugin Installer
- Updated pluginHolder/urls.py to use path() instead of url()
- Added new API routes for plugin installation, uninstallation, enable, and disable
- Compatible with Django 4.x (url() was removed in Django 4.0)

Ref: PR 1644
2026-01-06 19:23:04 +01:00
..
migrations Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
templates/pluginHolder services 2025-08-05 03:04:38 +05:00
__init__.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
admin.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
apps.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
models.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
tests.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
urls.py Refactor: replace url() with path() for Django routes in plugin Installer 2026-01-06 19:23:04 +01:00
views.py Add plugin system enhancements and testPlugin 2026-01-04 21:04:51 +01:00