Closed ProbablyFaiz closed 3 years ago
See @varun-iyer's comment: https://github.com/legal-network/scotus-analysis/pull/4#discussion_r632896058
We should change the db_models files to simply models, or better yet, make models a folder inside DB that contains all of the model classes separately.
db_models
models
Fixed by #20.
See @varun-iyer's comment: https://github.com/legal-network/scotus-analysis/pull/4#discussion_r632896058
We should change the
db_models
files to simplymodels
, or better yet, makemodels
a folder inside DB that contains all of the model classes separately.