#add message

This commit is contained in:
xieshen 2020-12-17 16:03:34 +08:00
parent c83f422b80
commit ff390d163d
1 changed files with 2 additions and 0 deletions

View File

@ -170,6 +170,8 @@ SMS_ACCESS_KEY_ID = 'LTAIBfgqfC2fpIDF'
SMS_ACCESS_KEY_SECRET = 'ocBzC2UvguYbyR6coNGYdPiV5HdWbC'
LOGIN_URL = '/'
DATA_UPLOAD_MAX_MEMORY_SIZE = 52428800
try:
from .local_settings import *
except ImportError as e: