1
0
mirror of https://github.com/django/django.git synced 2025-06-08 13:09:13 +00:00
2005-07-15 22:36:26 +00:00

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".
)