LeakLooker-X
LeakLooker-X copied to clipboard
improved django leaklooker_app model
Hey,
I saw some repeated code on the django model. I improved it by creating an abstract parent class DbType
where all the other database type model classes (Gitlab, Dirs, Jenkins) can inherit from.
I think the code is cleaner this way.