The only issue I had was with django-peeringdb needing to use Django < 3.x. A whole bunch of things don’t work with the latest version of the framework. I had to put this requirement into my python projects that used the django-peeringdb module and PY3.
Django<=2.2.9 > On Feb 11, 2020, at 8:38 AM, William Marantz <[email protected]> wrote: > > Hi All, > > Has anyone seen issues with the peeringDB python module when converting to > Python 3.x? I was unable to get the module working during my python 3 > conversion as it seemed to require a localDB and no longer performed remote > calls properly. The documents seem a bit light. > > This is not a current issue for me, I just wanted to bring it up in case > others were aware of the issue and/or a fix. I rewrote my code to make API > calls instead of using the python module and all is working perfectly. > > Best Regards, > > -Bill > _______________________________________________ > Pdb-tech mailing list > [email protected] > https://lists.peeringdb.com/cgi-bin/mailman/listinfo/pdb-tech _______________________________________________ Pdb-tech mailing list [email protected] https://lists.peeringdb.com/cgi-bin/mailman/listinfo/pdb-tech
