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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -20,7 +20,6 @@
|
||||
/celery.db
|
||||
/kombu.db
|
||||
/server-log.txt
|
||||
/mediagoblin/db/sql_switch.py
|
||||
|
||||
# Tests
|
||||
/mediagoblin/tests/user_dev/
|
||||
|
||||
1
mediagoblin/db/sql_switch.py
Normal file
1
mediagoblin/db/sql_switch.py
Normal file
@@ -0,0 +1 @@
|
||||
use_sql = True
|
||||
Reference in New Issue
Block a user