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

2017-07-06 Thread Avraham Serour
what is the cwd? On Thu, Jul 6, 2017 at 6:55 PM, Bernard Oosthuizen < bernardoosth...@gmail.com> wrote: > Here is my tree view. I think I might as well just work on linux because I > am struggling a lot with packages on Windows. > > ├───apps > │ ├───checkout > │ │ └───__pycache__ > │ ├───

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

2017-07-06 Thread Bernard Oosthuizen
Here is my tree view. I think I might as well just work on linux because I am struggling a lot with packages on Windows. ├───apps │ ├───checkout │ │ └───__pycache__ │ ├───order │ │ ├───migrations │ │ │ └───__pycache__ │ │ └───__pycache__ │ └───__pycache__ ├───frobshop │

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

2017-07-06 Thread Avraham Serour
The double backslash is probably because you are on Windows 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

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