Django-oscar ModuleNotFoundError 'apps\\checkout'

2017-07-05 Thread Bernard Oosthuizen
I am trying to *fork* one of the apps of django-oscar so that I can customize it. I followed all the instructions on django-oscar docs All the files are created when I run python manage.py oscar_fork_app

Re: Django-oscar ModuleNotFoundError 'apps\\checkout'

2017-07-06 Thread Bernard Oosthuizen
> Can you post your directory structure? > > You may try printing the cwd on settings.py to see what the relative path > should be > > On Jul 5, 2017 9:10 PM, "Bernard Oosthuizen" > wrote: > >> I am trying to *fork* one of the apps of django-oscar so that I can