Re: Django oscar core apps confilicts with my local apps

2015-08-25 Thread Aymeric Augustin
Hello Kishan, This is off-topic for the django-developers mailing-list, which is dedicated to the development of Django itself. Please send usage questions to django-users. The docs for Oscar’s get_core_apps() answer your question:

Django oscar core apps confilicts with my local apps

2015-08-25 Thread Kishan Mehta
I have been working on a e commerce website. I am using django-oscar 1.1 for this. Here is my installed app looks like : INSTALLED_APPS = [ 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages',