changed domain to be on dev server
This commit is contained in:
@@ -37,8 +37,8 @@ DEBUG = config('DEBUG', default=False, cast=bool)
|
||||
|
||||
ALLOWED_HOSTS = config('ALLOWED_HOSTS', default=[], cast=Csv())
|
||||
|
||||
#SITE_DOMAIN = "http://risklet.kompanijabroj4.com"
|
||||
SITE_DOMAIN = "http://127.0.0.1:8000"
|
||||
SITE_DOMAIN = "http://risklet.kompanijabroj4.com"
|
||||
#SITE_DOMAIN = "http://127.0.0.1:8000"
|
||||
|
||||
# Application definition
|
||||
|
||||
|
||||
Reference in New Issue
Block a user