From 4f08c5a6fde7ee4279af5562f6ebdb59f17ba5b9 Mon Sep 17 00:00:00 2001 From: "Elf M. Sternberg" Date: Sun, 3 Jul 2016 14:43:58 -0700 Subject: [PATCH] Noticed a bad filename, and fixed it. Added requirements.txt --- .../management/commands/{recoverfixer.py => recoverhandy.py} | 0 requirements.txt | 3 +++ 2 files changed, 3 insertions(+) rename ranksearch/management/commands/{recoverfixer.py => recoverhandy.py} (100%) create mode 100644 requirements.txt diff --git a/ranksearch/management/commands/recoverfixer.py b/ranksearch/management/commands/recoverhandy.py similarity index 100% rename from ranksearch/management/commands/recoverfixer.py rename to ranksearch/management/commands/recoverhandy.py diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..eea98cd --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +future +django==1.9.7 +django-autoslug=1.9.3