dropbox / nsot

Network Source of Truth is an open source IPAM and network inventory database
https://nsot.readthedocs.io
Other
399 stars 66 forks source link

Refactor models.py into a package #248

Closed nickpegg closed 6 years ago

nickpegg commented 7 years ago

Right now models.py is a giant file that's almost 2000 lines of code. I think it should get refactored into a package with one file per model.

When doing this, care should be taken to update all the import statements to use the new package.