mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-12 02:51:49 -05:00
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