mowl is an open-source project to help conference organizers analyze their historical sales data. Named after Mopcon and owl, mowlr would be a very simple way to help you manage the most important metrics for the ticket campaigns.
> virtualenv venv
> source venv/bin/activate
> source .config
Note that you will need to add your own system variables in .config as follows:
export BIND_PORT=8080
> docker-compose up -d
Running toolman with AWS serverless endpoint.
> zappa deploy dev
To stop app
> zappa undeploy dev