Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

1 item tagged “unipath”

Using Unipath to Keep Things Portable. Django tip to avoid hard-coding full paths. I usually set a global called OUR_ROOT in settings.py using os.path.dirname(__file__) and use os.path.join with it to construct any other paths that I need. 5 21st December 2007, 10:45 am

A django site