Changes

Jump to: navigation, search

DB-API Database Backend

236 bytes removed, 13:12, 5 May 2016
Password protecting
Once you have a database, you can edit the default_settings.py file in your grampsdb/*/ directory.
 
===Password protecting===
 
from dbapi_support.sqlite import Sqlite
path_to_db = os.path.join(os.path.dirname(os.path.realpath(__file__)),
'sqlite.db')
dbapi = Sqlite(path_to_db, password="MyPassW0rd8723")
===Postgresql===

Navigation menu