diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-07-15 22:35:17 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-07-15 22:35:17 +0000 |
| commit | fd5b0fa55cb68a1cb1749d80cef5112234e9a6fa (patch) | |
| tree | 974d30047eeb47b13da27a3b18ef3f32f56eb2e0 | |
| parent | 5c7b04122a0411df41d7abd52e54b4080357ea80 (diff) | |
Added project_template.settings.admin
git-svn-id: http://code.djangoproject.com/svn/django/trunk@82 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/conf/project_template/settings/admin.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/django/conf/project_template/settings/admin.py b/django/conf/project_template/settings/admin.py new file mode 100644 index 0000000000..9d2d280b56 --- /dev/null +++ b/django/conf/project_template/settings/admin.py @@ -0,0 +1,5 @@ +from main import * + +TEMPLATE_DIRS = ( + # Put strings here, like "/home/html/django_templates". +) |
