@@ -0,0 +1 @@
+.DS_Store
@@ -0,0 +1,11 @@
+Django Hackathon Starter
+------------------------
+
+## What is Django Hackathon Starter
+> Django Hackathon Starter aims to be a project which will aggegrate data from several APIs, producing a RESTful API which can be consumed by a client (also intended to be built).
+## Contributors
+* David Leonard
+* Eswari Swarna
@@ -0,0 +1,3 @@
+Django==1.7.6
+requests==2.6.0
+wsgiref==0.1.2