Abdalrahman Hossam Eldin Mohamed

Results 3 issues of Abdalrahman Hossam Eldin Mohamed

- [x] Fix copy_needed_files function in djcompiler: - [x] re-copy the file if it exists - [x] separate-djcompiler.djcompiler.compile_project-method-to-2-functions - [x] add copy_needed_dirs() method to copy the needed dirs to the...

release

The files in other_files_needed has been copied to the build directory not to their directory where they was before built. for example the: `other_files_needed=manage.py .env __init__.py generic_models/models/__init__.py` the file `generic_models/models/__init__.py`...

bug

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

enhancement