Vaios Lk
Vaios Lk

Reputation: 51

add Template to Django Oscar e-commerce framework

Im start using oscar e-commerce framework for django.

I setup sandbox, the backend part works prefectly out of the box. Now i want to change the default theme to a bootstrap template that i found.

Is there is any simple way to do such things on oscar?

Upvotes: 1

Views: 720

Answers (1)

Henkes
Henkes

Reputation: 288

Yes there is! And there's documentation!

TLDR

  • Add your template directory in your TEMPLATES settings.
  • create base.html in your directory

Hope this helps!

Upvotes: 2

Related Questions