diff --git a/.gitignore b/.gitignore
index de2c59b9..15c1c10c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -62,3 +62,5 @@ target/
\.idea/dataSources\.xml
\.idea/dataSources\.local\.xml
+
+venv/
diff --git a/.idea/Recipies.iml b/.idea/Recipies.iml
index 7e463712..3ce50c0a 100644
--- a/.idea/Recipies.iml
+++ b/.idea/Recipies.iml
@@ -15,7 +15,7 @@
-
+
diff --git a/.idea/misc.xml b/.idea/misc.xml
index b3e4b45b..ce57ca01 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,4 +1,4 @@
-
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 47d5e08f..51088d50 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -2,9 +2,11 @@
-
-
-
+
+
+
+
+
@@ -27,17 +29,6 @@
-
-
-
-
-
-
-
-
-
-
-
@@ -46,11 +37,11 @@
-
+
-
-
+
+
@@ -61,8 +52,8 @@
-
-
+
+
@@ -73,7 +64,7 @@
-
+
@@ -82,26 +73,16 @@
-
+
-
+
-
-
-
-
-
-
-
-
-
-
@@ -144,6 +125,8 @@
+
+
@@ -184,73 +167,17 @@
-
-
+
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
@@ -260,12 +187,13 @@
-
+
-
+
+
@@ -326,43 +254,30 @@
-
+
+
-
-
-
-
+
+
+
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -376,21 +291,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -406,7 +306,6 @@
-
@@ -414,7 +313,6 @@
-
@@ -527,13 +425,7 @@
-
-
-
-
-
-
-
+
@@ -550,14 +442,6 @@
-
-
-
-
-
-
-
-
@@ -568,7 +452,6 @@
-
@@ -576,7 +459,6 @@
-
@@ -639,16 +521,58 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -656,39 +580,23 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
+
-
-
-
+
+
+
+
+
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 00000000..6e6dd189
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,4 @@
+django
+django-tables2
+django-filter
+django-crispy-forms
\ No newline at end of file