Switch to side-by-side view

--- a/OSSEval/entity/models.py
+++ b/OSSEval/entity/models.py
@@ -19,13 +19,4 @@
     def __str__(self):
         return self.name
 
-    
-class SearchConfiguration(models.Model):
-    proxy_url = models.CharField(max_length=300)
-    proxy_port = models.CharField(max_length=10)
-    proxy_user = models.CharField(max_length=50)
-    proxy_password = models.CharField(max_length=50)
-#     active_search = quale classe implementa la entity corrente
-# http://stackoverflow.com/questions/372042/difference-between-abstract-class-and-interface-in-python
 
-