Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Commit

Permalink
Test project settings so test can run
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Törnqvist committed Jun 26, 2013
1 parent 73848ab commit 0ccb6d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion linaro_django_pagination/test_project/settings.py
Expand Up @@ -48,4 +48,7 @@
TEMPLATE_CONTEXT_PROCESSORS=[
# Request processor needs to be enabled
'django.core.context_processors.request'],
ROOT_URLCONF="linaro_django_pagination.test_project.urls"))
ROOT_URLCONF="linaro_django_pagination.test_project.urls"),
TEMPLATE_LOADERS = ['django.template.loaders.app_directories.Loader'],
SECRET_KEY = 'not for production',
)

0 comments on commit 0ccb6d7

Please sign in to comment.