django1/django/conf/project_template/settings/admin.py

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