Skip to content

xTomo/rbtm-storage

Repository files navigation

RBTM-Storage

Setup project:

pip install -r requirements.txt

Development mode:

export YOURAPPLICATION_SETTINGS=conf_dev.py(Unix shell)

set YOURAPPLICATION_SETTINGS=conf_dev.py(Windows shell)

Production mode:

Create .storage/conf.py as a copy of conf_dev.py with actual production settings

export YOURAPPLICATION_SETTINGS=conf.py(Unix shell)

set YOURAPPLICATION_SETTINGS=conf.py(Windows shell)

Releases

No releases published

Packages

No packages published