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