You could create a any_name.py file in the private folder and then import the file into your model db.py
On Saturday, August 11, 2012 6:26:52 AM UTC+8, Gian Luca Decurtins wrote: > > 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. > --