From 8ef70c2eeed2ab4d82a64cdfb078ae7ddf51cedb Mon Sep 17 00:00:00 2001 From: Serge Mosin Date: Fri, 20 May 2016 17:28:22 +0600 Subject: [PATCH] Update README.rst Database name was added to example `Migrations` class. --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 62705c5..58ea0db 100644 --- a/README.rst +++ b/README.rst @@ -35,6 +35,7 @@ informations import migopy class Migrations(migopy.MigrationsManager): + MONGO_DATABASE = # database MONGO_HOST = # host MONGO_PORT = # port MONGO_USER = # username