-2

I have already finished setting up my home, about and contact us page using bootstrap in one project. I wanted to use the django-oscar for the e-commerce configuration and use it in my products page.

Do I need to add another project or just create another app for django-oscar?

By the way I created another project and am currently stuck on how to connect it the first project I have made

Chrissa
  • 155
  • 2
  • 14

1 Answers1

0

You don't need to create another project for your product's page. You can easily install Oscar (which will install Django as a dependency). It supports a simple design built with Twitter's Bootstrap.

You can read this: Getting started with Oscar and How to customise templates for create home, about and contacts pages.

Hope I help!

Junior Gantin
  • 2,102
  • 1
  • 18
  • 24
  • Yes, you need to override Oscar's default configs and templates: [Documentation](http://django-oscar.readthedocs.io/en/releases-1.4/topics/customisation.html) – Junior Gantin Oct 10 '17 at 12:54