#add message
This commit is contained in:
parent
c83f422b80
commit
ff390d163d
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue