djcompiler icon indicating copy to clipboard operation
djcompiler copied to clipboard

Enhancement/separate-djcompiler.djcompiler.compiler_project-method-to-2-functions

Open abdoohossamm opened this issue 2 years ago • 0 comments

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()

abdoohossamm avatar Jan 21 '23 16:01 abdoohossamm