From f6677b4c94f19983d1f1b10430af3a9984d183c8 Mon Sep 17 00:00:00 2001 From: John Seekins Date: Fri, 24 Jun 2016 12:51:33 -0600 Subject: [PATCH] django 1.9 removes the "syncdb" option that graphite's db deploy requires --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8e319a6b5..2690a51f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ # deactivate # -Django>=1.4 +Django>=1.4,<1.9 python-memcached==1.47 txAMQP==0.4 simplejson==2.1.6