mirror of
https://github.com/ansible/awx.git
synced 2026-02-12 15:14:45 -03:30
Update Django to 1.8 and DRF to 3.3, add new Django migrations, update serializers/pagination/metadata, update browsable API styling.
This commit is contained in:
@@ -15,4 +15,5 @@ def settings(request):
|
||||
def version(request):
|
||||
return {
|
||||
'version': get_awx_version(),
|
||||
'tower_version': get_awx_version(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user