ymt-python / config /default_companies.py
hsailorj's picture
Add application file
551658a
Raw
History Blame Contribute Delete
534 Bytes
# 默认会员公司数据
DEFAULT_COMPANIES = [
{
"company_code": "ymt0",
"name": "云贸通测试公司",
"description": "云贸通智能科技测试公司",
"phone": "13800138000",
"email": "test@ymt.com",
"address": "北京市朝阳区"
}
]
# 默认会员账号数据
DEFAULT_USERS = [
{
"username": "ymt0",
"email": "ymt0@ymt.com",
"password": "ymt123456", # 原始密码
"is_superadmin": False,
"company_code": "ymt0"
}
]