From fc5db832d758ef1aa6d33a4bcca5bbe0578977a9 Mon Sep 17 00:00:00 2001 From: John Hartman Date: Thu, 25 Sep 2014 05:00:29 +0000 Subject: [PATCH] wip --- planetstack/planetstack/settings.py | 1 + planetstack/rr/__init__.py | 0 2 files changed, 1 insertion(+) create mode 100644 planetstack/rr/__init__.py diff --git a/planetstack/planetstack/settings.py b/planetstack/planetstack/settings.py index f3f435d..54220ce 100644 --- a/planetstack/planetstack/settings.py +++ b/planetstack/planetstack/settings.py @@ -146,6 +146,7 @@ INSTALLED_APPS = ( 'django_evolution', 'core', 'hpc', + 'rr', 'requestrouter', 'cassandra', 'kairos', diff --git a/planetstack/rr/__init__.py b/planetstack/rr/__init__.py new file mode 100644 index 0000000..e69de29 -- 2.47.0