17 lines
264 B
Python
17 lines
264 B
Python
#!/usr/bin/python
|
|
# -*- coding:utf-8 -*-
|
|
##
|
|
# Copyright (C) 2018 All rights reserved.
|
|
#
|
|
# @File conf.py
|
|
# @Brief
|
|
# @Author abelzhu, abelzhu@tencent.com
|
|
# @Version 1.0
|
|
# @Date 2018-02-23
|
|
#
|
|
#
|
|
|
|
## 设置为true会打印一些调试信息
|
|
DEBUG = True
|
|
|