Project

General

Profile

Feature #2168

Updated by Alexander Watzinger 6 months ago

*Refactor* 
 * Cleaning up admin views 
 * Rewrite database functions (remove classes and call functions directly) 
 * Mypy: resolve removing (and resolving) some type ignore comments 
 * Pylint: raise limits and resolving some e.g. solving consider-using-with and too-much-boolean refactor notices for subprocesses 
 * Solving recursive imports (removing import calls in functions) 

 *Fixes* 
 * Fixed missing tinymce at admin/content

Back