diff --git a/settings.py b/settings.py index 7c385e37..4449602e 100644 --- a/settings.py +++ b/settings.py @@ -94,7 +94,7 @@ # Put strings here, like "/home/html/static" or "C:/www/django/static". # Always use forward slashes, even on Windows. # Don't forget to use absolute paths, not relative paths. - os.path.join(ROOT_PATH, 'templates', 'static'), + # os.path.join(ROOT_PATH, 'templates', 'static'), ) # List of finder classes that know how to find static files in @@ -126,7 +126,7 @@ ROOT_URLCONF = 'urls' TEMPLATE_DIRS = ( - os.path.join(ROOT_PATH, 'templates'), + #os.path.join(ROOT_PATH, 'templates'), ) TEMPLATE_CONTEXT_PROCESSORS = ( diff --git a/templates/static/css/blueprint/print.css b/table_stacker/static/css/blueprint/print.css similarity index 100% rename from templates/static/css/blueprint/print.css rename to table_stacker/static/css/blueprint/print.css diff --git a/templates/static/css/blueprint/screen.css b/table_stacker/static/css/blueprint/screen.css similarity index 100% rename from templates/static/css/blueprint/screen.css rename to table_stacker/static/css/blueprint/screen.css diff --git a/templates/static/css/blueprint/typography.css b/table_stacker/static/css/blueprint/typography.css similarity index 100% rename from templates/static/css/blueprint/typography.css rename to table_stacker/static/css/blueprint/typography.css diff --git a/templates/static/css/style.css b/table_stacker/static/css/style.css similarity index 100% rename from templates/static/css/style.css rename to table_stacker/static/css/style.css diff --git a/templates/static/img/both.png b/table_stacker/static/img/both.png similarity index 100% rename from templates/static/img/both.png rename to table_stacker/static/img/both.png diff --git a/templates/static/img/bubble_legend.png b/table_stacker/static/img/bubble_legend.png similarity index 100% rename from templates/static/img/bubble_legend.png rename to table_stacker/static/img/bubble_legend.png diff --git a/templates/static/img/bubble_no.png b/table_stacker/static/img/bubble_no.png similarity index 100% rename from templates/static/img/bubble_no.png rename to table_stacker/static/img/bubble_no.png diff --git a/templates/static/img/bubble_yes.png b/table_stacker/static/img/bubble_yes.png similarity index 100% rename from templates/static/img/bubble_yes.png rename to table_stacker/static/img/bubble_yes.png diff --git a/templates/static/img/checkbox_no.png b/table_stacker/static/img/checkbox_no.png similarity index 100% rename from templates/static/img/checkbox_no.png rename to table_stacker/static/img/checkbox_no.png diff --git a/templates/static/img/checkbox_yes.png b/table_stacker/static/img/checkbox_yes.png similarity index 100% rename from templates/static/img/checkbox_yes.png rename to table_stacker/static/img/checkbox_yes.png diff --git a/templates/static/img/down.png b/table_stacker/static/img/down.png similarity index 100% rename from templates/static/img/down.png rename to table_stacker/static/img/down.png diff --git a/templates/static/img/first.png b/table_stacker/static/img/first.png similarity index 100% rename from templates/static/img/first.png rename to table_stacker/static/img/first.png diff --git a/templates/static/img/last.png b/table_stacker/static/img/last.png similarity index 100% rename from templates/static/img/last.png rename to table_stacker/static/img/last.png diff --git a/templates/static/img/next.png b/table_stacker/static/img/next.png similarity index 100% rename from templates/static/img/next.png rename to table_stacker/static/img/next.png diff --git a/templates/static/img/prev.png b/table_stacker/static/img/prev.png similarity index 100% rename from templates/static/img/prev.png rename to table_stacker/static/img/prev.png diff --git a/templates/static/img/rss/feed-icon-12x12.png b/table_stacker/static/img/rss/feed-icon-12x12.png similarity index 100% rename from templates/static/img/rss/feed-icon-12x12.png rename to table_stacker/static/img/rss/feed-icon-12x12.png diff --git a/templates/static/img/rss/rss_notext.gif b/table_stacker/static/img/rss/rss_notext.gif similarity index 100% rename from templates/static/img/rss/rss_notext.gif rename to table_stacker/static/img/rss/rss_notext.gif diff --git a/templates/static/img/thumb_down.png b/table_stacker/static/img/thumb_down.png similarity index 100% rename from templates/static/img/thumb_down.png rename to table_stacker/static/img/thumb_down.png diff --git a/templates/static/img/thumb_up.png b/table_stacker/static/img/thumb_up.png similarity index 100% rename from templates/static/img/thumb_up.png rename to table_stacker/static/img/thumb_up.png diff --git a/templates/static/img/tribubble_legend.png b/table_stacker/static/img/tribubble_legend.png similarity index 100% rename from templates/static/img/tribubble_legend.png rename to table_stacker/static/img/tribubble_legend.png diff --git a/templates/static/img/tribubble_no.png b/table_stacker/static/img/tribubble_no.png similarity index 100% rename from templates/static/img/tribubble_no.png rename to table_stacker/static/img/tribubble_no.png diff --git a/templates/static/img/tribubble_partly.png b/table_stacker/static/img/tribubble_partly.png similarity index 100% rename from templates/static/img/tribubble_partly.png rename to table_stacker/static/img/tribubble_partly.png diff --git a/templates/static/img/tribubble_yes.png b/table_stacker/static/img/tribubble_yes.png similarity index 100% rename from templates/static/img/tribubble_yes.png rename to table_stacker/static/img/tribubble_yes.png diff --git a/templates/static/img/up.png b/table_stacker/static/img/up.png similarity index 100% rename from templates/static/img/up.png rename to table_stacker/static/img/up.png diff --git a/templates/static/js/jquery.tablesorter.js b/table_stacker/static/js/jquery.tablesorter.js similarity index 100% rename from templates/static/js/jquery.tablesorter.js rename to table_stacker/static/js/jquery.tablesorter.js diff --git a/templates/static/js/jquery.tablesorter.multipagefilter.js b/table_stacker/static/js/jquery.tablesorter.multipagefilter.js similarity index 100% rename from templates/static/js/jquery.tablesorter.multipagefilter.js rename to table_stacker/static/js/jquery.tablesorter.multipagefilter.js diff --git a/templates/static/js/jquery.tablesorter.pager.js b/table_stacker/static/js/jquery.tablesorter.pager.js similarity index 100% rename from templates/static/js/jquery.tablesorter.pager.js rename to table_stacker/static/js/jquery.tablesorter.pager.js diff --git a/templates/404.html b/table_stacker/templates/404.html similarity index 100% rename from templates/404.html rename to table_stacker/templates/404.html diff --git a/templates/500.html b/table_stacker/templates/500.html similarity index 100% rename from templates/500.html rename to table_stacker/templates/500.html diff --git a/templates/base.html b/table_stacker/templates/base.html similarity index 100% rename from templates/base.html rename to table_stacker/templates/base.html diff --git a/templates/feeds/table_description.html b/table_stacker/templates/feeds/table_description.html similarity index 100% rename from templates/feeds/table_description.html rename to table_stacker/templates/feeds/table_description.html diff --git a/templates/feeds/table_title.html b/table_stacker/templates/feeds/table_title.html similarity index 100% rename from templates/feeds/table_title.html rename to table_stacker/templates/feeds/table_title.html diff --git a/templates/sitemap.xml b/table_stacker/templates/sitemap.xml similarity index 100% rename from templates/sitemap.xml rename to table_stacker/templates/sitemap.xml diff --git a/templates/table.xls.txt b/table_stacker/templates/table.xls.txt similarity index 100% rename from templates/table.xls.txt rename to table_stacker/templates/table.xls.txt diff --git a/templates/table_stacker/feeds/latest.xml b/table_stacker/templates/table_stacker/feeds/latest.xml similarity index 100% rename from templates/table_stacker/feeds/latest.xml rename to table_stacker/templates/table_stacker/feeds/latest.xml diff --git a/templates/table_stacker/table_detail.html b/table_stacker/templates/table_stacker/table_detail.html similarity index 100% rename from templates/table_stacker/table_detail.html rename to table_stacker/templates/table_stacker/table_detail.html diff --git a/templates/table_stacker/table_list.html b/table_stacker/templates/table_stacker/table_list.html similarity index 100% rename from templates/table_stacker/table_list.html rename to table_stacker/templates/table_stacker/table_list.html