aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-05-21 22:26:37 +0200
committerGravatar Tom Willemsen2012-05-21 22:26:37 +0200
commit44cdd17a88595e16a9fd43f55e9dac38a0047e6b (patch)
treeca36baa776f717b1c2b6c0a64be48d034b7a5253
parent8944ff3fba186e71a7349c1a06153f32650e77d4 (diff)
downloadryuslash.org-44cdd17a88595e16a9fd43f55e9dac38a0047e6b.tar.gz
ryuslash.org-44cdd17a88595e16a9fd43f55e9dac38a0047e6b.zip
Move templates
Moved templates into the aggregator app's folder.
-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',