Skip to content

cappaxyz/django-peeringdb

 
 

Repository files navigation

django-peeringdb

PyPI PyPI Tests Codecov

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.


Synchronizing PeeringDB Data

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/

About

Django PeeringDB models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%