From 659251e87d2140793cb5234d9376e9a6f75e1312 Mon Sep 17 00:00:00 2001 From: Stephen McQuay Date: Wed, 8 May 2013 22:43:03 -0700 Subject: [PATCH] moved index, removed django reqs --- requirements.txt | 2 -- {templates => static}/index.html | 1 - 2 files changed, 3 deletions(-) delete mode 100644 requirements.txt rename {templates => static}/index.html (97%) diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 17311a1..0000000 --- a/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -Django==1.5.1 -gunicorn==0.17.2 diff --git a/templates/index.html b/static/index.html similarity index 97% rename from templates/index.html rename to static/index.html index 5f8ac89..789ecb1 100644 --- a/templates/index.html +++ b/static/index.html @@ -1,4 +1,3 @@ -{% load staticfiles %}