mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
Don't commit things with NameError!
This commit is contained in:
parent
9cec5d0144
commit
8d2a011ca8
@ -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 *
|
||||||
|
Loading…
Reference in New Issue
Block a user