djcompiler
djcompiler copied to clipboard
Enhancement/separate-djcompiler.djcompiler.compiler_project-method-to-2-functions
Separate the method to 2 methods compile_modules which will include Cython setup method alone and compile_project that will run the methods:
- compile_modules()
- copy_migrations_to_build()
- inital_python_modules()
- copy_needed_files()
- copy_needed_dirs()