Jacob Walls

Results 456 comments of Jacob Walls

Without the name collision, trying to find the submodule without a parent import or a `path` arg just returns `None`: ``` . ├── a │ ├── b.py └── c ```...

I think we can just call django.setup(). I'm making good progress just using that.

Yeah you put your finger on it, the settings.py file itself is the hardest place to do this, but I have a little PoC to look at. If we extend...

@johnatawnclementawn Heads up, the table names changed in the latest, so the `__arches_migrate_collections_to_clm` function needs an update when you have a chance. Thanks.

Some notes @johnatawnclementawn: - I pushed a few more commits but you can't see them from the closed PR view, so make sure you use the [branch comparison](https://github.com/archesproject/arches/compare/dev/8.0.x...jtw/isolate-controlled-lists) - After...