Hi all How do I store the DB connection information (db = DAL(...)) in the private/ folder?
I would like to sync the application using Mercurial. The local DB information should not be shared. The .hgignore file already includes "private/*". Cheers -Luca. --

