This website works better with JavaScript.
Home
Explore
Help
Sign In
kj
/
workx_backend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Updated allowed hosts
master
kj1352
3 years ago
parent
d4dde39d48
commit
3e9455c88e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
workx_backend/settings/staging.py
+ 1
- 1
workx_backend/settings/staging.py
View File
@@ -2,7 +2,7 @@ from .base import *
DEBUG = True
ALLOWED_HOSTS = ['167.71.228.78']
ALLOWED_HOSTS = ['167.71.228.78'
, 'kj.webtrigon.com'
]
DATABASES = {
'default': {