settings: Prompt for a database login when using South migrations.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 19 Oct 2010 17:44:41 +0000 (19:44 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 19 Oct 2010 17:47:08 +0000 (19:47 +0200)
commitd09fb5a3490ef7cf9eb957bd3ca7f87386203f02
treeec05982a47fd5cb5199c923de74d14ea795827bf
parent26904a04c7ae9b2806dc3aa8fbfa33dcca2c5c7a
settings: Prompt for a database login when using South migrations.

This allows the normal database user to be unprivileged, while
performing schema migrations using a privileged user.
settings.py
southsettings.py [new file with mode: 0644]