No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

settings_local.py.example 208B

12345678910111213
  1. #-*- coding:utf8 -*-
  2. import pymysql
  3. datasource = {
  4. 'default': {
  5. 'module': pymysql,
  6. 'host': '127.0.0.1',
  7. 'user': 'lodel',
  8. 'passwd': 'lodel',
  9. 'db': 'lodel'
  10. }
  11. }