django-admin-confirm-briq/tests/test_project/settings/test.py

6 lines
170 B
Python

from .base import *
INSTALLED_APPS = INSTALLED_APPS + ['tests.market']
WSGI_APPLICATION = "tests.test_project.wsgi.application"
ROOT_URLCONF = "tests.test_project.urls"