diff docs/dev/dbmigrations.rst @ 6555:213085032127

gearbox: make a make-config sub-command available again Drop the old kallithea-config command line tool and rework it to a replacement for the make-config paster command. Make-config was experimental in paste, it doesn't exist with gearbox, it was tied to pylons, and we already have the luxury problem of having two ways of doing almost the same thing. This is a good opportunity to get rid of one of them. This replacement tool is Kallithea specific and doesn't need to be told that it is Kallithea it has to create a config file for. The command should thus perhaps be given a Kallithea specific name instead of the very generic name ...
author Mads Kiilerich <madski@unity3d.com>
date Mon, 12 Sep 2016 17:50:11 +0200
parents 2c3d30095d5e
children 7784a1212471
line wrap: on
line diff
--- a/docs/dev/dbmigrations.rst	Tue Oct 25 21:32:24 2016 +0200
+++ b/docs/dev/dbmigrations.rst	Mon Sep 12 17:50:11 2016 +0200
@@ -18,7 +18,7 @@
 2. Create a separate throwaway configuration for iterating on the actual
    database changes::
 
-    TODO make-config Kallithea temp.ini
+    gearbox make-config temp.ini
 
    Edit the file to change database settings. SQLite is typically fine,
    but make sure to change the path to e.g. ``temp.db``, to avoid