Skip to content

Instantly share code, notes, and snippets.

@omkz
Created August 16, 2012 17:02
Show Gist options
  • Save omkz/3371694 to your computer and use it in GitHub Desktop.
Save omkz/3371694 to your computer and use it in GitHub Desktop.
Django - membuat template agar dinamis
import os
PROJECT_ROOT = os.path.realpath(os.path.dirname(__file__))
TEMPLATE_DIRS = (
os.path.join(PROJECT_ROOT, 'templates')
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment