summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZygmunt Krynicki <zygmunt.krynicki@linaro.org>2011-05-27 01:55:45 +0200
committerZygmunt Krynicki <zygmunt.krynicki@linaro.org>2011-05-27 01:55:45 +0200
commit15b46eca29f7d62b040100260892d5049bf88ddc (patch)
tree9e52e08a4b23c310b45a23ceaf5ab7eb2b2b8470
parentadaaa4187938c8e916cff5e0b32e18555ff14739 (diff)
Add empty templates for 404 and 500
-rw-r--r--django_testproject/templates/404.html0
-rw-r--r--django_testproject/templates/500.html0
2 files changed, 0 insertions, 0 deletions
diff --git a/django_testproject/templates/404.html b/django_testproject/templates/404.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/django_testproject/templates/404.html
diff --git a/django_testproject/templates/500.html b/django_testproject/templates/500.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/django_testproject/templates/500.html