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

6 lines
152 B
Python

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