Skip to content
gannetson edited this page Sep 10, 2014 · 1 revision

Schemamigrations in Bluebottle

Create schemamigrations like this: python ./manage bb_schemamigration donations --auto

This will replace all base implementation strings with mappings based on conf settings.

Make sure to add new base models to get_model_mapping in bluebottle.utils.model_dispatcher

Clone this wiki locally