Skip to content

Commit

Permalink
Add flatpages module for oscar tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Vetter committed May 11, 2014
1 parent 3140ca4 commit 2630a2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ def pytest_configure():
ADDITIONAL_SETTINGS.update(FP_OSCAR_SETTINGS)

from oscar import get_core_apps
ADDITIONAL_SETTINGS['INSTALLED_APPS'] += get_core_apps()
ADDITIONAL_SETTINGS['INSTALLED_APPS'] += [
'django.contrib.flatpages',
] + get_core_apps()

if not settings.configured:
settings.configure(
Expand Down

0 comments on commit 2630a2b

Please sign in to comment.