Skip to content

Commit

Permalink
Adding OSCAR_MAIN_TEMPLATE_DIR to default.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Moss committed Jul 20, 2012
1 parent de2a073 commit 7ba55ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions www/conf/default_oscar.py
Expand Up @@ -110,8 +110,11 @@

ROOT_URLCONF = 'urls'

from oscar import OSCAR_MAIN_TEMPLATE_DIR

TEMPLATE_DIRS = (
location('templates'),
OSCAR_MAIN_TEMPLATE_DIR
)

INSTALLED_APPS = [
Expand Down

0 comments on commit 7ba55ef

Please sign in to comment.