mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
Use the normal version checker from tower manage
This commit is contained in:
parent
ce9434314f
commit
4e494469c9
@ -1,13 +0,0 @@
|
||||
# Copyright (c) 2014 Ansible, Inc.
|
||||
# All Rights Reserved
|
||||
|
||||
from django.core.management.base import BaseCommand
|
||||
|
||||
from awx import __version__ as tower_version
|
||||
|
||||
class Command(BaseCommand):
|
||||
|
||||
help = 'Emit the Tower version and exit'
|
||||
|
||||
def handle(self, *args, **options):
|
||||
self.stdout.write(tower_version)
|
||||
Loading…
x
Reference in New Issue
Block a user