mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-07 22:05:55 +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
50eef93271
commit
421f085d26
@@ -711,4 +711,4 @@ def main():
|
||||
pluginInstaller.removePlugin(args.pluginName)
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user