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:
parent
f4162cb640
commit
ce29c140ed
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,7 +20,6 @@
|
|||||||
/celery.db
|
/celery.db
|
||||||
/kombu.db
|
/kombu.db
|
||||||
/server-log.txt
|
/server-log.txt
|
||||||
/mediagoblin/db/sql_switch.py
|
|
||||||
|
|
||||||
# Tests
|
# Tests
|
||||||
/mediagoblin/tests/user_dev/
|
/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
|
Loading…
x
Reference in New Issue
Block a user