Browse Source

Updated debug mode

master
kj1352 3 years ago
parent
commit
989bc9eb5d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      workx_backend/settings/staging.py

+ 1
- 1
workx_backend/settings/staging.py View File

@@ -1,6 +1,6 @@
from .base import *

DEBUG = False
DEBUG = True

ALLOWED_HOSTS = ['167.71.228.78', 'kj.webtrigon.com']