mirror of
https://github.com/django/django.git
synced 2025-01-12 19:37:06 +00:00
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
5
django/conf/project_template/settings/admin.py
Normal file
5
django/conf/project_template/settings/admin.py
Normal file
@ -0,0 +1,5 @@
|
||||
from main import *
|
||||
|
||||
TEMPLATE_DIRS = (
|
||||
# Put strings here, like "/home/html/django_templates".
|
||||
)
|
Loading…
Reference in New Issue
Block a user