@pytest.fixture
@pytest.mark.django_db
def admin():
    yield autofixture.create_one('auth.User', {
        'username': ADMIN_USERNAME,