peeringdb / peeringdb-py

PeeringDB python client
BSD 2-Clause "Simplified" License
89 stars 22 forks source link

peeringdb settings not passed through to django_peeringdb using "sync" #2

Closed mngan closed 8 years ago

mngan commented 8 years ago

I noticed that the peeringdb settings in the config.yaml are never passed through the django_peeringdb, so all of your API calls are done using anonymous auth.

At a minimum, these settings should be configured in localdb to make peeringdb sync work correctly.

PEERINGDB_SYNC_USERNAME PEERINGDB_SYNC_PASSWORD PEERINGDB_SYNC_URL

grizz commented 8 years ago

Fixed c3665ca