Have a local_settings.py migration script allowing to update local_settings.py from new features in local_settings.py.example

Registered by Yves-Gwenael Bourhis

Each time we change branch or update from master, we sometimes need to modify the openstack_dashboard/local/local_settings.py file with new features from local_settings.py.example

Having a script which creates a diff between local_settings.py and local_settings.py.example, in order to reaply the diff when local_settings.py.example changes (branch change or master update) could be a time-saving handy feature.

i.e.::

    Once you created your local_settings.py file, run::

        python manage.py migrate_settings --gendiff

    When you switch branch or update master::

        python manage.py migrate_settings

Blueprint information

Status:
Complete
Approver:
David Lyle
Priority:
Low
Drafter:
Yves-Gwenael Bourhis
Direction:
Approved
Assignee:
Yves-Gwenael Bourhis
Definition:
Approved
Series goal:
Accepted for kilo
Implementation:
Implemented
Milestone target:
milestone icon 2015.1.0
Started by
David Lyle
Completed by
David Lyle

Related branches

Sprints

Whiteboard

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.