diff --git a/dataproc/api/__pycache__/urls.cpython-38.pyc b/dataproc/api/__pycache__/urls.cpython-38.pyc
index 21de0603b2d87b5630a602fd3949552a600218c4..8a22c64d8187b71c1cee421d27867561fb33384f 100644
Binary files a/dataproc/api/__pycache__/urls.cpython-38.pyc and b/dataproc/api/__pycache__/urls.cpython-38.pyc differ
diff --git a/dataproc/api/models/__pycache__/construct_model.cpython-38.pyc b/dataproc/api/models/__pycache__/construct_model.cpython-38.pyc
index 43dd214258a3c16413b75b60c08036b534972863..bba16a37319c5013c84f67333d05f94f9b404720 100644
Binary files a/dataproc/api/models/__pycache__/construct_model.cpython-38.pyc and b/dataproc/api/models/__pycache__/construct_model.cpython-38.pyc differ
diff --git a/dataproc/api/models/__pycache__/coordinates_model.cpython-38.pyc b/dataproc/api/models/__pycache__/coordinates_model.cpython-38.pyc
index 4fac2cb32a7abfb14fe69557aa817215e03f7c4a..35259a436d02a4a0b89d4c98ca7dff2bdb93684e 100644
Binary files a/dataproc/api/models/__pycache__/coordinates_model.cpython-38.pyc and b/dataproc/api/models/__pycache__/coordinates_model.cpython-38.pyc differ
diff --git a/dataproc/api/models/__pycache__/user_model.cpython-38.pyc b/dataproc/api/models/__pycache__/user_model.cpython-38.pyc
index dcd7a1fa2a5db9ccec1eb8ee6344ebb61cd94714..1e6057a11381255272592570a4635d81192b24b1 100644
Binary files a/dataproc/api/models/__pycache__/user_model.cpython-38.pyc and b/dataproc/api/models/__pycache__/user_model.cpython-38.pyc differ
diff --git a/dataproc/api/models/user_model.py b/dataproc/api/models/user_model.py
index 56a715eab269b0c4e77dadbba513282ce979e18d..2f7fa049aa9984f2dc20184a69bd74c82e50ccab 100644
--- a/dataproc/api/models/user_model.py
+++ b/dataproc/api/models/user_model.py
@@ -2,7 +2,6 @@ from neomodel import StructuredNode, StringProperty, IntegerProperty,UniqueIdPro
 from uuid import uuid4
 
 class User(StructuredNode):
-	# uuid=UniqueIdProperty()
 	uuid=StringProperty(unique_index=True, default=uuid4)
 	name=StringProperty()
 	surname=StringProperty()
diff --git a/dataproc/api/views/__pycache__/construct_view.cpython-38.pyc b/dataproc/api/views/__pycache__/construct_view.cpython-38.pyc
index 13b68bcecf4037397d998666a0ed08b8b0274832..52bb6ce0a71a155d9822e4fc9783123653ce177b 100644
Binary files a/dataproc/api/views/__pycache__/construct_view.cpython-38.pyc and b/dataproc/api/views/__pycache__/construct_view.cpython-38.pyc differ
diff --git a/dataproc/api/views/__pycache__/user_view.cpython-38.pyc b/dataproc/api/views/__pycache__/user_view.cpython-38.pyc
index 74cbd4307e938624c3bd95f70117816ff82d5c24..051e661ba26a4782f4b6d99948dc7b21178ff825 100644
Binary files a/dataproc/api/views/__pycache__/user_view.cpython-38.pyc and b/dataproc/api/views/__pycache__/user_view.cpython-38.pyc differ