mirror of
https://github.com/ansible/awx.git
synced 2026-05-18 06:47:41 -02:30
Add awx settings for resource profiling
This commit is contained in:
@@ -10,8 +10,8 @@ from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
# Django REST Framework
|
||||
from rest_framework.fields import ( # noqa
|
||||
BooleanField, CharField, ChoiceField, DictField, EmailField, IntegerField,
|
||||
ListField, NullBooleanField
|
||||
BooleanField, CharField, ChoiceField, DictField, EmailField,
|
||||
IntegerField, ListField, NullBooleanField
|
||||
)
|
||||
|
||||
logger = logging.getLogger('awx.conf.fields')
|
||||
|
||||
Reference in New Issue
Block a user