diff --git a/apps/config/__init__.py b/src/config/__init__.py similarity index 100% rename from apps/config/__init__.py rename to src/config/__init__.py diff --git a/apps/config/fixtures/initial_data.json b/src/config/fixtures/initial_data.json similarity index 100% rename from apps/config/fixtures/initial_data.json rename to src/config/fixtures/initial_data.json diff --git a/apps/config/managers/__init__.py b/src/config/managers/__init__.py similarity index 100% rename from apps/config/managers/__init__.py rename to src/config/managers/__init__.py diff --git a/apps/config/managers/commandalias.py b/src/config/managers/commandalias.py similarity index 100% rename from apps/config/managers/commandalias.py rename to src/config/managers/commandalias.py diff --git a/apps/config/managers/configvalue.py b/src/config/managers/configvalue.py similarity index 100% rename from apps/config/managers/configvalue.py rename to src/config/managers/configvalue.py diff --git a/apps/config/managers/connectscreen.py b/src/config/managers/connectscreen.py similarity index 100% rename from apps/config/managers/connectscreen.py rename to src/config/managers/connectscreen.py diff --git a/apps/config/models.py b/src/config/models.py similarity index 100% rename from apps/config/models.py rename to src/config/models.py diff --git a/apps/config/views.py b/src/config/views.py similarity index 100% rename from apps/config/views.py rename to src/config/views.py diff --git a/apps/genperms/__init__.py b/src/genperms/__init__.py similarity index 100% rename from apps/genperms/__init__.py rename to src/genperms/__init__.py diff --git a/apps/genperms/models.py b/src/genperms/models.py similarity index 100% rename from apps/genperms/models.py rename to src/genperms/models.py diff --git a/apps/genperms/views.py b/src/genperms/views.py similarity index 100% rename from apps/genperms/views.py rename to src/genperms/views.py diff --git a/apps/helpsys/__init__.py b/src/helpsys/__init__.py similarity index 100% rename from apps/helpsys/__init__.py rename to src/helpsys/__init__.py diff --git a/apps/helpsys/fixtures/initial_data.json b/src/helpsys/fixtures/initial_data.json similarity index 100% rename from apps/helpsys/fixtures/initial_data.json rename to src/helpsys/fixtures/initial_data.json diff --git a/apps/helpsys/managers/__init__.py b/src/helpsys/managers/__init__.py similarity index 100% rename from apps/helpsys/managers/__init__.py rename to src/helpsys/managers/__init__.py diff --git a/apps/helpsys/managers/helpentry.py b/src/helpsys/managers/helpentry.py similarity index 100% rename from apps/helpsys/managers/helpentry.py rename to src/helpsys/managers/helpentry.py diff --git a/apps/helpsys/models.py b/src/helpsys/models.py similarity index 100% rename from apps/helpsys/models.py rename to src/helpsys/models.py diff --git a/apps/helpsys/views.py b/src/helpsys/views.py similarity index 100% rename from apps/helpsys/views.py rename to src/helpsys/views.py diff --git a/apps/objects/__init__.py b/src/objects/__init__.py similarity index 100% rename from apps/objects/__init__.py rename to src/objects/__init__.py diff --git a/apps/objects/exceptions.py b/src/objects/exceptions.py similarity index 100% rename from apps/objects/exceptions.py rename to src/objects/exceptions.py diff --git a/apps/objects/managers/__init__.py b/src/objects/managers/__init__.py similarity index 100% rename from apps/objects/managers/__init__.py rename to src/objects/managers/__init__.py diff --git a/apps/objects/managers/attribute.py b/src/objects/managers/attribute.py similarity index 100% rename from apps/objects/managers/attribute.py rename to src/objects/managers/attribute.py diff --git a/apps/objects/managers/commchannel.py b/src/objects/managers/commchannel.py similarity index 100% rename from apps/objects/managers/commchannel.py rename to src/objects/managers/commchannel.py diff --git a/apps/objects/managers/object.py b/src/objects/managers/object.py similarity index 100% rename from apps/objects/managers/object.py rename to src/objects/managers/object.py diff --git a/apps/objects/models.py b/src/objects/models.py similarity index 100% rename from apps/objects/models.py rename to src/objects/models.py diff --git a/apps/objects/sql/object.sql b/src/objects/sql/object.sql similarity index 100% rename from apps/objects/sql/object.sql rename to src/objects/sql/object.sql diff --git a/apps/objects/util/__init__.py b/src/objects/util/__init__.py similarity index 100% rename from apps/objects/util/__init__.py rename to src/objects/util/__init__.py diff --git a/apps/objects/util/object.py b/src/objects/util/object.py similarity index 100% rename from apps/objects/util/object.py rename to src/objects/util/object.py diff --git a/apps/objects/views.py b/src/objects/views.py similarity index 100% rename from apps/objects/views.py rename to src/objects/views.py