Am experiencing module not found error after forking the oscar catalogue 
app. 
Tried adding the forked app to get_core_apps in the settings file, running 
python manage.py runserver returns  No module name 'apps', which was where 
i created catalogue app. The __init__.py is present in the apps folder and 
catalogue.

Meanwhile, an not getting this error for other apps in the same folder 
added to the INSTALLED_APPS
I have no clue of what might be wrong.
Enter code here...

from oscar import get_core_apps
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.flatpages',
# 'clue.apps.my_products',
'elasticsearch5',
# 'debug_toolbar',
    'compressor',
    'widget_tweaks',

] + get_core_apps(['clue.apps.catalogue'])



-- 
https://github.com/django-oscar/django-oscar
http://django-oscar.readthedocs.org/en/latest/
https://twitter.com/django_oscar
--- 
You received this message because you are subscribed to the Google Groups 
"django-oscar" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-oscar+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-oscar.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/django-oscar/6a9789a6-e92e-4dc2-ac87-e45a6897baad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to