mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-07 10:06:26 +02:00
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:
committed by
master3395
parent
a9b3018d7e
commit
67fc054364
@@ -711,4 +711,4 @@ def main():
|
||||
pluginInstaller.removePlugin(args.pluginName)
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user