I need to modify the default flatpages
app which is in django.contrib and tinymce
in site-packages. Both in gitignored env directory installed from requirements.txt when Docker is starting. How it should be properly done?
Dockerfile;
I've tried to pull it out, change imports (a mess) but soon realized it does not make sense as Django is installed from the Docker image..