Refactor: replace url() with path() for Django routes

Update URL generation to use path() instead of url(),
aligning with Django 4.x where url() is deprecated.
This commit is contained in:
Infinyte Solutions
2026-01-06 13:07:23 -05:00
committed by master3395
parent a9b3018d7e
commit 67fc054364

View File

@@ -711,4 +711,4 @@ def main():
pluginInstaller.removePlugin(args.pluginName)
if __name__ == "__main__":
main()
main()