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:
parent
5c7b04122a
commit
fd5b0fa55c
|
@ -0,0 +1,5 @@
|
||||||
|
from main import *
|
||||||
|
|
||||||
|
TEMPLATE_DIRS = (
|
||||||
|
# Put strings here, like "/home/html/django_templates".
|
||||||
|
)
|
Loading…
Reference in New Issue