Add develover sql switch
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sat, 24 Dec 2011 15:53:32 +0000 (16:53 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Sat, 28 Jan 2012 17:36:44 +0000 (18:36 +0100)
commitd7bec8577ea1b4d83df097f586324445fed1ef50
tree61295d874f1b30d08273daa0ed0c770cc9620e0a
parentb4e877ae9712df7c095d6a9c068ee6f2c234a059
Add develover sql switch

If you want to play with the current state of sql, you need
a switch to turn it on. So here is the super secret
developer switch.

So you want to know where it is?

Here it is:

Create a file mediagoblin/db/sql_switch.py and put one line
in it: "use_sql = True" (or False to disable again). Right,
that's it. If you want to delete it, remember to delete the
*.pyc too.

Be careful not to "git add" it by accident!
mediagoblin/db/open.py
mediagoblin/db/util.py