Skip to content

Instantly share code, notes, and snippets.

@joonas
Created January 9, 2011 01:54
Show Gist options
  • Save joonas/771334 to your computer and use it in GitHub Desktop.
Save joonas/771334 to your computer and use it in GitHub Desktop.
import os
PROJECT_PATH = os.path.dirname(__file__)
TEMPLATE_DIRS = (
os.path.join(PROJECT_PATH, 'templates'),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment