Added project_template.settings.admin

git-svn-id: http://code.djangoproject.com/svn/django/trunk@82 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-07-15 22:35:17 +00:00
parent 5c7b04122a
commit fd5b0fa55c
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
from main import *
TEMPLATE_DIRS = (
# Put strings here, like "/home/html/django_templates".
)