From ce29c140ed90fe0e19ed1b68ca8f7cf27aa03e8e Mon Sep 17 00:00:00 2001 From: Elrond Date: Sun, 1 Apr 2012 21:46:36 +0200 Subject: Finally enable SQL for everybody! This switches the whole source code over to use sql instead of mongodb. It's a pretty easy change, but changes nearly the complete way things work. Hopefully everythong works! --- mediagoblin/db/sql_switch.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 mediagoblin/db/sql_switch.py (limited to 'mediagoblin/db/sql_switch.py') diff --git a/mediagoblin/db/sql_switch.py b/mediagoblin/db/sql_switch.py new file mode 100644 index 00000000..571adbdb --- /dev/null +++ b/mediagoblin/db/sql_switch.py @@ -0,0 +1 @@ +use_sql = True -- cgit v1.2.3