Start having useful defaults for SQL

Mostly this means: Havintg a config_spec.ini that has a
local (relative to mediagoblin.ini) sqlite db with the name
"mediagoblin.db".

Also:
- Add to .gitignore
- Add a notice to mediagoblin.ini about the db
This commit is contained in:
Elrond
2012-02-18 11:00:13 +01:00
parent 6456cefa0d
commit a45631e3f3
4 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@@ -15,6 +15,7 @@
/user_dev/
/paste_local.ini
/mediagoblin_local.ini
/mediagoblin.db
/server-log.txt
# Tests