mirror of
https://github.com/django/django.git
synced 2025-06-08 13:09:13 +00:00
git-svn-id: http://code.djangoproject.com/svn/django/trunk@83 bcc190cf-cafb-0310-a4f2-bffc1f526a37
8 lines
162 B
Python
8 lines
162 B
Python
# Django settings for {{ project_name }} project admin site.
|
|
|
|
from main import *
|
|
|
|
TEMPLATE_DIRS = (
|
|
# Put strings here, like "/home/html/django_templates".
|
|
)
|