Skip to content

Commit a96f85e

Browse files
committed
ALLOWED_HOSTS in dev
1 parent f2b2c40 commit a96f85e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyconkr/settings-dev.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
import os
1+
import pymysql
22

33
from pyconkr.settings import *
4-
from pyconkr.storage import *
54

6-
import pymysql
75
pymysql.install_as_MySQLdb()
86

97
DEBUG = True
108

119
ALLOWED_HOSTS += [
1210
"api-dev.pycon.kr",
11+
"4st7mrntih.execute-api.ap-northeast-2.amazonaws.com",
1312
]
1413

1514
# RDS

0 commit comments

Comments
 (0)