Leo Kirchner
Leo Kirchner
Related: #349 #354
Related: #433
Would this help? https://github.com/nautobot/nautobot-app-ssot/pull/143
If you look into the [IPAddress model](https://github.com/nautobot/nautobot/blob/v2.0.4/nautobot/ipam/models.py#L960) - it only has a field for `parent`, not for `namespace`, which is causing this: > Adding namespace__name so it has both parent...
Yeah we use introspection to look at the actual model fields, if it is only used in `__init__` then it is going to raise that error.
@brendanbowden did the above comments help address this issue?
Hi, thanks for submitting! Can you please let me know what your `nautobot_configuration.py`, specifically the section for `PLUGINS_CONFIG` looks like? What the environment variables do or don't do depends on...
Sorry for the long wait, but can you share one last thing with me, which is a sanitized version of the following: ``` nautobot-server nbshell $ from django.conf import settings...
Sorry, I am missing here the output of the second line, the settings - can you add that as well? This one is just the startup output of the shell.
Thanks for providing this, we will look into it!