Files @ a45e44a1f681
Branch filter:

Location: symposion_app/dev-env.sh

James Polley
Merge branch 'notification_help' into 'master'

Correct list of tags available in notification templates.

See merge request LCA2018/symposion_app!25
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'