# toutiao_backend **Repository Path**: yblackd/toutiao_backend ## Basic Information - **Project Name**: toutiao_backend - **Description**: 头条后台 - **Primary Language**: Python - **License**: MIT - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 ## 启动设置 ### 开发模式 ```shell export FLASK_ENV=development export TOUTIAO_WEB_SETTINGS=/path/to/config/file ``` ### 线上模式 ```shell export FLASK_ENV=production export TOUTIAO_WEB_SETTINGS=/path/to/config/file export TOUTIAO_CELERY_SETTINGS=/path/to/config/file ```