diff --git a/_config.yml b/_config.yml
deleted file mode 100644
index c419263..0000000
--- a/_config.yml
+++ /dev/null
@@ -1 +0,0 @@
-theme: jekyll-theme-cayman
\ No newline at end of file
diff --git a/accounts/admin.py b/accounts/admin.py
deleted file mode 100644
index 8c38f3f..0000000
--- a/accounts/admin.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.contrib import admin
-
-# Register your models here.
diff --git a/accounts/backends.py b/accounts/backends.py
deleted file mode 100644
index e66b94a..0000000
--- a/accounts/backends.py
+++ /dev/null
@@ -1,13 +0,0 @@
-from django.contrib.auth.backends import RemoteUserBackend
-from accounts.models import UserInstance, UserAttributes
-from instances.models import Instance
-
-class MyRemoteUserBackend(RemoteUserBackend):
-
-    #create_unknown_user = True
-
-    def configure_user(self, user):
-        #user.is_superuser = True
-        UserAttributes.configure_user(user)
-        return user
-
diff --git a/accounts/tests.py b/accounts/tests.py
deleted file mode 100644
index 7ce503c..0000000
--- a/accounts/tests.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.test import TestCase
-
-# Create your tests here.
diff --git a/computes/admin.py b/computes/admin.py
deleted file mode 100644
index 8c38f3f..0000000
--- a/computes/admin.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.contrib import admin
-
-# Register your models here.
diff --git a/computes/tests.py b/computes/tests.py
deleted file mode 100644
index 7ce503c..0000000
--- a/computes/tests.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.test import TestCase
-
-# Create your tests here.
diff --git a/console/admin.py b/console/admin.py
deleted file mode 100644
index 8c38f3f..0000000
--- a/console/admin.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.contrib import admin
-
-# Register your models here.
diff --git a/console/migrations/__init__.py b/console/migrations/__init__.py
deleted file mode 100644
index e69de29..0000000
diff --git a/console/models.py b/console/models.py
deleted file mode 100644
index 71a8362..0000000
--- a/console/models.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.db import models
-
-# Create your models here.
diff --git a/console/tests.py b/console/tests.py
deleted file mode 100644
index 7ce503c..0000000
--- a/console/tests.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.test import TestCase
-
-# Create your tests here.
diff --git a/create/admin.py b/create/admin.py
deleted file mode 100644
index 8c38f3f..0000000
--- a/create/admin.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.contrib import admin
-
-# Register your models here.
diff --git a/create/tests.py b/create/tests.py
deleted file mode 100644
index 7ce503c..0000000
--- a/create/tests.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.test import TestCase
-
-# Create your tests here.
diff --git a/datasource/admin.py b/datasource/admin.py
deleted file mode 100644
index 8c38f3f..0000000
--- a/datasource/admin.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.contrib import admin
-
-# Register your models here.
diff --git a/datasource/migrations/__init__.py b/datasource/migrations/__init__.py
deleted file mode 100644
index e69de29..0000000
diff --git a/datasource/models.py b/datasource/models.py
deleted file mode 100644
index 71a8362..0000000
--- a/datasource/models.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.db import models
-
-# Create your models here.
diff --git a/datasource/tests.py b/datasource/tests.py
deleted file mode 100644
index 7ce503c..0000000
--- a/datasource/tests.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.test import TestCase
-
-# Create your tests here.
diff --git a/instances/admin.py b/instances/admin.py
deleted file mode 100644
index 8c38f3f..0000000
--- a/instances/admin.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.contrib import admin
-
-# Register your models here.
diff --git a/instances/tests.py b/instances/tests.py
deleted file mode 100644
index 7ce503c..0000000
--- a/instances/tests.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.test import TestCase
-
-# Create your tests here.
diff --git a/interfaces/admin.py b/interfaces/admin.py
deleted file mode 100644
index 8c38f3f..0000000
--- a/interfaces/admin.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.contrib import admin
-
-# Register your models here.
diff --git a/interfaces/migrations/__init__.py b/interfaces/migrations/__init__.py
deleted file mode 100644
index e69de29..0000000
diff --git a/interfaces/models.py b/interfaces/models.py
deleted file mode 100644
index 71a8362..0000000
--- a/interfaces/models.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.db import models
-
-# Create your models here.
diff --git a/interfaces/tests.py b/interfaces/tests.py
deleted file mode 100644
index 7ce503c..0000000
--- a/interfaces/tests.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.test import TestCase
-
-# Create your tests here.
diff --git a/logs/admin.py b/logs/admin.py
deleted file mode 100644
index 8c38f3f..0000000
--- a/logs/admin.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.contrib import admin
-
-# Register your models here.
diff --git a/logs/tests.py b/logs/tests.py
deleted file mode 100644
index 7ce503c..0000000
--- a/logs/tests.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.test import TestCase
-
-# Create your tests here.
diff --git a/networks/admin.py b/networks/admin.py
deleted file mode 100644
index 8c38f3f..0000000
--- a/networks/admin.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.contrib import admin
-
-# Register your models here.
diff --git a/networks/migrations/__init__.py b/networks/migrations/__init__.py
deleted file mode 100644
index e69de29..0000000
diff --git a/networks/models.py b/networks/models.py
deleted file mode 100644
index 71a8362..0000000
--- a/networks/models.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.db import models
-
-# Create your models here.
diff --git a/networks/tests.py b/networks/tests.py
deleted file mode 100644
index 7ce503c..0000000
--- a/networks/tests.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.test import TestCase
-
-# Create your tests here.
diff --git a/nwfilters/admin.py b/nwfilters/admin.py
deleted file mode 100644
index 13be29d..0000000
--- a/nwfilters/admin.py
+++ /dev/null
@@ -1,6 +0,0 @@
-# -*- coding: utf-8 -*-
-from __future__ import unicode_literals
-
-from django.contrib import admin
-
-# Register your models here.
diff --git a/nwfilters/migrations/__init__.py b/nwfilters/migrations/__init__.py
deleted file mode 100644
index e69de29..0000000
diff --git a/nwfilters/models.py b/nwfilters/models.py
deleted file mode 100644
index 1dfab76..0000000
--- a/nwfilters/models.py
+++ /dev/null
@@ -1,6 +0,0 @@
-# -*- coding: utf-8 -*-
-from __future__ import unicode_literals
-
-from django.db import models
-
-# Create your models here.
diff --git a/nwfilters/tests.py b/nwfilters/tests.py
deleted file mode 100644
index 5982e6b..0000000
--- a/nwfilters/tests.py
+++ /dev/null
@@ -1,6 +0,0 @@
-# -*- coding: utf-8 -*-
-from __future__ import unicode_literals
-
-from django.test import TestCase
-
-# Create your tests here.
diff --git a/secrets/admin.py b/secrets/admin.py
deleted file mode 100644
index 8c38f3f..0000000
--- a/secrets/admin.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.contrib import admin
-
-# Register your models here.
diff --git a/secrets/migrations/__init__.py b/secrets/migrations/__init__.py
deleted file mode 100644
index e69de29..0000000
diff --git a/secrets/models.py b/secrets/models.py
deleted file mode 100644
index 71a8362..0000000
--- a/secrets/models.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.db import models
-
-# Create your models here.
diff --git a/secrets/tests.py b/secrets/tests.py
deleted file mode 100644
index 7ce503c..0000000
--- a/secrets/tests.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.test import TestCase
-
-# Create your tests here.
diff --git a/storages/admin.py b/storages/admin.py
deleted file mode 100644
index 8c38f3f..0000000
--- a/storages/admin.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.contrib import admin
-
-# Register your models here.
diff --git a/storages/migrations/__init__.py b/storages/migrations/__init__.py
deleted file mode 100644
index e69de29..0000000
diff --git a/storages/models.py b/storages/models.py
deleted file mode 100644
index 71a8362..0000000
--- a/storages/models.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.db import models
-
-# Create your models here.
diff --git a/storages/tests.py b/storages/tests.py
deleted file mode 100644
index 7ce503c..0000000
--- a/storages/tests.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.test import TestCase
-
-# Create your tests here.
diff --git a/webvirtcloud/wsgi_custom.py b/webvirtcloud/wsgi_custom.py
deleted file mode 100644
index a9bf44c..0000000
--- a/webvirtcloud/wsgi_custom.py
+++ /dev/null
@@ -1,17 +0,0 @@
-"""
-WSGI config for webvirtcloud project.
-
-It exposes the WSGI callable as a module-level variable named ``application``.
-
-For more information on this file, see
-https://docs.djangoproject.com/en/1.7/howto/deployment/wsgi/
-"""
-
-execfile('/srv/webvirtcloud/venv/bin/activate_this.py', dict(__file__='/srv/webvirtcloud/venv/bin/activate_this.py'))
-
-import os, sys
-sys.path.append('/srv/webvirtcloud')
-os.environ.setdefault("DJANGO_SETTINGS_MODULE", "webvirtcloud.settings")
-
-from django.core.wsgi import get_wsgi_application
-application = get_wsgi_application()