remove nosetest config

This commit is contained in:
Mike Young
2019-11-19 18:32:49 -05:00
parent 8db03dfc55
commit f6fb6d1c0e
3 changed files with 2 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SECRET_KEY = "@(9b9jslgg41u1u=mr)-2*-n2x0vef0zsy39*z@sz18&tvow18" SECRET_KEY = "@(9b9jslgg41u1u=mr)-2*-n2x0vef0zsy39*z@sz18&tvow18"
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True DEBUG = False
ALLOWED_HOSTS = [] ALLOWED_HOSTS = []

View File

@@ -11,6 +11,6 @@ websockets
pre-commit pre-commit
isort isort
django django
xsendfile
toml toml
uwsgi uwsgi
django-debug-toolbar

View File

@@ -1,2 +0,0 @@
[nosetests]
pyt3where=tests/