0

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?

enter image description here

Dockerfile;

enter image description here

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

Robb
  • 45
  • 1
  • 5
  • Change location of those dirs, update settings.py file and in apps.py file inside each project the variable 'name' – Juan Botero Apr 12 '23 at 20:05
  • if you have removed the packages from requirements.txt, then rebuild the image again – ruddra Apr 12 '23 at 22:01
  • Thank you for your help but I ended up with "django.core.exceptions.ImproperlyConfigured: WSGI application '*****.wsgi.application' could not be loaded; Error importing module." after changing location and all imports.. – Robb Apr 13 '23 at 17:31

0 Answers0