Make development database name dependent on the version.
Review Request #6849 — Created Jan. 31, 2015 and submitted — Latest diff uploaded
It's highly annoying to have to shuffle around databases when you're switching
between major branches. This change updates our prepare-dev.py script to use
different database names depending on the current VERSION.
- Used this in my settings_local.py for a long, long time.
- Blew away my settings_local.py and saw that it was created correctly when
running prepare_dev.py