<@U051221NF> I think you wrote the Django backend?...
# development
w
@happy-kitchen-89482 I think you wrote the Django backend? I'm trying to migrate it, but before I even can, I get this error when running
pants fix fmt lint check test src/python/pants/backend/python/framework/django::
Copy code
native_engine.IntrinsicError: Unmatched glob from Django app detection: "**/apps.py"
for this code:
Copy code
django_apps = DjangoApps(FrozenDict())
    targets = await Get(
        Targets,
        RawSpecs,
        RawSpecs.create(
            specs=[FileGlobSpec("**/apps.py")], description_of_origin="Django app detection"
        ),
    )
h
I’ll take a look
🙏 1
I don’t reproduce. On current
main
that command succeeds for me
w
Did you add the backend to pants?
🤦‍♂️ 1