Django models for PeeringDB.
This package provides Django-native models and admin support for working with PeeringDB data. It is used by both the PeeringDB web application (peeringdb_server
) and the PeeringDB CLI client (peeringdb-py
). It enables direct access to PeeringDB objects via Django’s ORM and admin UI.
While the models are defined here, synchronization of PeeringDB data is handled by the external peeringdb
CLI tool.
Synchronization logic has been moved out of django-peeringdb
and into the standalone peeringdb
CLI tool. This decouples data sync from your application and provides a consistent way to keep PeeringDB data up to date across different environments.
For more detailed information, refer to the peeringdb CLI documentation
See the docs at http://peeringdb.github.io/django-peeringdb/