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

8 lines
169 B
Python

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