summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2013-04-20 10:56:32 -0400
committerMike Crute <mcrute@gmail.com>2013-04-20 11:00:35 -0400
commit3aa22ec4cd4e8c80a6b3269d86a00912542462dd (patch)
tree10d3f7a05538bf9e7605c7d1677887f0fbedbf1b
parentc5f8644eb1f542a7a6e118955a69d843fd61a24e (diff)
downloadgreenbox-3aa22ec4cd4e8c80a6b3269d86a00912542462dd.tar.bz2
greenbox-3aa22ec4cd4e8c80a6b3269d86a00912542462dd.tar.xz
greenbox-3aa22ec4cd4e8c80a6b3269d86a00912542462dd.zip
Move recipe to the top level
-rw-r--r--recipe/__init__.py (renamed from greenbox/recipe/__init__.py)0
-rw-r--r--recipe/models.py (renamed from greenbox/recipe/models.py)0
-rw-r--r--recipe/templatetags/__init__.py (renamed from greenbox/recipe/templatetags/__init__.py)0
-rw-r--r--recipe/templatetags/ingredientformat.py (renamed from greenbox/recipe/templatetags/ingredientformat.py)0
-rw-r--r--recipe/tests.py (renamed from greenbox/recipe/tests.py)0
-rw-r--r--recipe/urls.py (renamed from greenbox/recipe/urls.py)0
-rw-r--r--recipe/views.py (renamed from greenbox/recipe/views.py)0
7 files changed, 0 insertions, 0 deletions
diff --git a/greenbox/recipe/__init__.py b/recipe/__init__.py
index e69de29..e69de29 100644
--- a/greenbox/recipe/__init__.py
+++ b/recipe/__init__.py
diff --git a/greenbox/recipe/models.py b/recipe/models.py
index 8463447..8463447 100644
--- a/greenbox/recipe/models.py
+++ b/recipe/models.py
diff --git a/greenbox/recipe/templatetags/__init__.py b/recipe/templatetags/__init__.py
index 9bd6204..9bd6204 100644
--- a/greenbox/recipe/templatetags/__init__.py
+++ b/recipe/templatetags/__init__.py
diff --git a/greenbox/recipe/templatetags/ingredientformat.py b/recipe/templatetags/ingredientformat.py
index fa75633..fa75633 100644
--- a/greenbox/recipe/templatetags/ingredientformat.py
+++ b/recipe/templatetags/ingredientformat.py
diff --git a/greenbox/recipe/tests.py b/recipe/tests.py
index 2247054..2247054 100644
--- a/greenbox/recipe/tests.py
+++ b/recipe/tests.py
diff --git a/greenbox/recipe/urls.py b/recipe/urls.py
index 4c937a0..4c937a0 100644
--- a/greenbox/recipe/urls.py
+++ b/recipe/urls.py
diff --git a/greenbox/recipe/views.py b/recipe/views.py
index 3efdb9e..3efdb9e 100644
--- a/greenbox/recipe/views.py
+++ b/recipe/views.py