diff --git a/frontend/frontend/settings.py b/frontend/frontend/settings.py index a0fac3f..b319df6 100755 --- a/frontend/frontend/settings.py +++ b/frontend/frontend/settings.py @@ -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" # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = [] diff --git a/requirements.txt b/requirements.txt index 471d6d1..761f48e 100755 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ websockets pre-commit isort django -xsendfile toml uwsgi +django-debug-toolbar diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 5183dbb..0000000 --- a/setup.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[nosetests] -pyt3where=tests/