mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 02:01:01 -03:30
Don't commit things with NameError!
This commit is contained in:
@@ -22,6 +22,7 @@ from django.conf import settings, UserSettingsHolder
|
|||||||
from django.contrib.auth.models import User
|
from django.contrib.auth.models import User
|
||||||
import django.test
|
import django.test
|
||||||
from django.test.client import Client
|
from django.test.client import Client
|
||||||
|
from django.test.utils import override_settings
|
||||||
|
|
||||||
# AWX
|
# AWX
|
||||||
from awx.main.models import *
|
from awx.main.models import *
|
||||||
|
|||||||
Reference in New Issue
Block a user