Files @ 39669055efbf
Branch filter:

Location: symposion_app/dev-env.sh

James Polley
Update badge rendering to reflect actual render

* Switch to showing the PNG version by default, as this reflects what
will actually be rendered and sent to the printer
* Include the greyscale filter
* Include the twemoji font we'll use for rendering the badges
1
2
3
4
5
6
# source this for fake developer settings

export DJANGO_SECRET_KEY=`uuidgen -r`
export STRIPE_PUBLIC_KEY=`uuidgen -r`
export STRIPE_SECRET_KEY=`uuidgen -r`
export DATABASE_URL='sqlite:////tmp/symposion.sqlite'