diff options
author | Julen Landa Alustiza <Zokormazo@users.noreply.github.com> | 2024-02-07 12:26:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-07 12:26:42 +0100 |
commit | 8c9c02c975f07bb832a0891178b2113c6879d483 (patch) | |
tree | 48282b14b26537cdcfab3403bfc487e1bd774a5e /manage.py | |
parent | Per-service metrics http server (diff) | |
download | awx-8c9c02c975f07bb832a0891178b2113c6879d483.tar.xz awx-8c9c02c975f07bb832a0891178b2113c6879d483.zip |
awxkit: allow to modify api base url (#14835)
Signed-off-by: Julen Landa Alustiza <jlanda@redhat.com>
Diffstat (limited to 'manage.py')
-rwxr-xr-x | manage.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,4 +5,5 @@ if __name__ == '__main__': from awx import manage + manage() |