aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--aggregator/templates/aggregator/base.html (renamed from templates/aggregator/base.html)0
-rw-r--r--aggregator/templates/aggregator/post_content.html (renamed from templates/aggregator/post_content.html)0
-rw-r--r--aggregator/templates/aggregator/post_detail.html (renamed from templates/aggregator/post_detail.html)0
-rw-r--r--aggregator/templates/aggregator/posts.html (renamed from templates/aggregator/posts.html)0
-rw-r--r--settings.py1
5 files changed, 0 insertions, 1 deletions
diff --git a/templates/aggregator/base.html b/aggregator/templates/aggregator/base.html
index 8f752bd..8f752bd 100644
--- a/templates/aggregator/base.html
+++ b/aggregator/templates/aggregator/base.html
diff --git a/templates/aggregator/post_content.html b/aggregator/templates/aggregator/post_content.html
index e47de93..e47de93 100644
--- a/templates/aggregator/post_content.html
+++ b/aggregator/templates/aggregator/post_content.html
diff --git a/templates/aggregator/post_detail.html b/aggregator/templates/aggregator/post_detail.html
index eb39f95..eb39f95 100644
--- a/templates/aggregator/post_detail.html
+++ b/aggregator/templates/aggregator/post_detail.html
diff --git a/templates/aggregator/posts.html b/aggregator/templates/aggregator/posts.html
index 37edf12..37edf12 100644
--- a/templates/aggregator/posts.html
+++ b/aggregator/templates/aggregator/posts.html
diff --git a/settings.py b/settings.py
index 5773145..1b70f09 100644
--- a/settings.py
+++ b/settings.py
@@ -108,7 +108,6 @@ TEMPLATE_DIRS = (
# Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
# Always use forward slashes, even on Windows.
# Don't forget to use absolute paths, not relative paths.
- '%s/templates' % DEPLOY_PATH,
)
INSTALLED_APPS = ('django.contrib.contenttypes',