Skip to content

Latest commit

 

History

History
executable file
·
19 lines (12 loc) · 387 Bytes

README.rst

File metadata and controls

executable file
·
19 lines (12 loc) · 387 Bytes

mall 微信wms小卖部

A flasky app.

Quickstart

First, set your app's secret key as an environment variable. For example, add the following to .bashrc or .bash_profile.

export MALL_SECRET='something-really-secret'
export FLASK_APP=autoapp.py
export FLASK_DEBUG=1