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!
This commit is contained in:
Elrond 2012-04-01 21:46:36 +02:00
parent f4162cb640
commit ce29c140ed
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@ -20,7 +20,6 @@
/celery.db
/kombu.db
/server-log.txt
/mediagoblin/db/sql_switch.py
# Tests
/mediagoblin/tests/user_dev/

View File

@ -0,0 +1 @@
use_sql = True