bwarren2 / datadrivendota

Codebase for dota analytics
Other
0 stars 0 forks source link

Update plans to monthly-only. #633

Closed wlonk closed 8 years ago

wlonk commented 8 years ago

cat rolling in money

bwarren2 commented 8 years ago

Does djstripe have some kind of db-sync command that needs to run?

bwarren2 commented 8 years ago

Otherwise LGTM.

wlonk commented 8 years ago

Yes: we'll need to run:

heroku run python datadrivendota/manage.py djstripe_init_plans

wlonk commented 8 years ago

There's a nonzero chance we'll also have to manually remove the old plans.

bwarren2 commented 8 years ago

K. I will merge and run that.

bwarren2 commented 8 years ago
[Thoth] ~/Projects/datadrivendota/datadrivendota master > heroku run python datadrivendota/manage.py djstripe_init_plans
Running python datadrivendota/manage.py djstripe_init_plans on datadrivendota... up, run.5476
ERROR: Request req_8So9Vq4C6vLWNg: Plan already exists.
bwarren2 commented 8 years ago

Looks like we have to hand edit :(

bwarren2 commented 8 years ago

Done.