Package
intent_networking
¶
App declaration for intent_networking.
IntentNetworkingConfig
¶
Bases: NautobotAppConfig
App configuration for the intent_networking app.
Source code in intent_networking/__init__.py
ready()
¶
Import jobs/job buttons and wire post-migration setup.
super().ready() auto-discovers jobs.py via the jobs = "jobs.jobs"
attribute and calls register_jobs() at import time. Job buttons live
in a separate module and must be imported explicitly.
The default reconciliation schedule is created from the
nautobot_database_ready signal rather than here, so the database is
only queried after migrations complete (querying in ready() raises a
Django "database access during app initialization" warning).