diff --git a/nsupdate/__init__.py b/src/nsupdate/__init__.py similarity index 100% rename from nsupdate/__init__.py rename to src/nsupdate/__init__.py diff --git a/nsupdate/accounts/__init__.py b/src/nsupdate/accounts/__init__.py similarity index 100% rename from nsupdate/accounts/__init__.py rename to src/nsupdate/accounts/__init__.py diff --git a/nsupdate/accounts/_tests/__init__.py b/src/nsupdate/accounts/_tests/__init__.py similarity index 100% rename from nsupdate/accounts/_tests/__init__.py rename to src/nsupdate/accounts/_tests/__init__.py diff --git a/nsupdate/accounts/_tests/test_accounts.py b/src/nsupdate/accounts/_tests/test_accounts.py similarity index 100% rename from nsupdate/accounts/_tests/test_accounts.py rename to src/nsupdate/accounts/_tests/test_accounts.py diff --git a/nsupdate/accounts/admin.py b/src/nsupdate/accounts/admin.py similarity index 100% rename from nsupdate/accounts/admin.py rename to src/nsupdate/accounts/admin.py diff --git a/nsupdate/accounts/forms.py b/src/nsupdate/accounts/forms.py similarity index 100% rename from nsupdate/accounts/forms.py rename to src/nsupdate/accounts/forms.py diff --git a/nsupdate/accounts/migrations/0001_initial.py b/src/nsupdate/accounts/migrations/0001_initial.py similarity index 100% rename from nsupdate/accounts/migrations/0001_initial.py rename to src/nsupdate/accounts/migrations/0001_initial.py diff --git a/nsupdate/accounts/migrations/0002_auto_20141125_2325.py b/src/nsupdate/accounts/migrations/0002_auto_20141125_2325.py similarity index 100% rename from nsupdate/accounts/migrations/0002_auto_20141125_2325.py rename to src/nsupdate/accounts/migrations/0002_auto_20141125_2325.py diff --git a/nsupdate/accounts/migrations/__init__.py b/src/nsupdate/accounts/migrations/__init__.py similarity index 100% rename from nsupdate/accounts/migrations/__init__.py rename to src/nsupdate/accounts/migrations/__init__.py diff --git a/nsupdate/accounts/models.py b/src/nsupdate/accounts/models.py similarity index 100% rename from nsupdate/accounts/models.py rename to src/nsupdate/accounts/models.py diff --git a/nsupdate/accounts/registration_form.py b/src/nsupdate/accounts/registration_form.py similarity index 100% rename from nsupdate/accounts/registration_form.py rename to src/nsupdate/accounts/registration_form.py diff --git a/nsupdate/accounts/templates/accounts/delete_user.html b/src/nsupdate/accounts/templates/accounts/delete_user.html similarity index 100% rename from nsupdate/accounts/templates/accounts/delete_user.html rename to src/nsupdate/accounts/templates/accounts/delete_user.html diff --git a/nsupdate/accounts/templates/accounts/user_settings_account.html b/src/nsupdate/accounts/templates/accounts/user_settings_account.html similarity index 100% rename from nsupdate/accounts/templates/accounts/user_settings_account.html rename to src/nsupdate/accounts/templates/accounts/user_settings_account.html diff --git a/nsupdate/accounts/templates/accounts/user_settings_base.html b/src/nsupdate/accounts/templates/accounts/user_settings_base.html similarity index 100% rename from nsupdate/accounts/templates/accounts/user_settings_base.html rename to src/nsupdate/accounts/templates/accounts/user_settings_base.html diff --git a/nsupdate/accounts/templates/accounts/user_settings_profile.html b/src/nsupdate/accounts/templates/accounts/user_settings_profile.html similarity index 100% rename from nsupdate/accounts/templates/accounts/user_settings_profile.html rename to src/nsupdate/accounts/templates/accounts/user_settings_profile.html diff --git a/nsupdate/accounts/templates/registration/activate.html b/src/nsupdate/accounts/templates/registration/activate.html similarity index 100% rename from nsupdate/accounts/templates/registration/activate.html rename to src/nsupdate/accounts/templates/registration/activate.html diff --git a/nsupdate/accounts/templates/registration/activation_complete.html b/src/nsupdate/accounts/templates/registration/activation_complete.html similarity index 100% rename from nsupdate/accounts/templates/registration/activation_complete.html rename to src/nsupdate/accounts/templates/registration/activation_complete.html diff --git a/nsupdate/accounts/templates/registration/activation_email.txt b/src/nsupdate/accounts/templates/registration/activation_email.txt similarity index 100% rename from nsupdate/accounts/templates/registration/activation_email.txt rename to src/nsupdate/accounts/templates/registration/activation_email.txt diff --git a/nsupdate/accounts/templates/registration/activation_email_subject.txt b/src/nsupdate/accounts/templates/registration/activation_email_subject.txt similarity index 100% rename from nsupdate/accounts/templates/registration/activation_email_subject.txt rename to src/nsupdate/accounts/templates/registration/activation_email_subject.txt diff --git a/nsupdate/accounts/templates/registration/registration_base.html b/src/nsupdate/accounts/templates/registration/registration_base.html similarity index 100% rename from nsupdate/accounts/templates/registration/registration_base.html rename to src/nsupdate/accounts/templates/registration/registration_base.html diff --git a/nsupdate/accounts/templates/registration/registration_closed.html b/src/nsupdate/accounts/templates/registration/registration_closed.html similarity index 100% rename from nsupdate/accounts/templates/registration/registration_closed.html rename to src/nsupdate/accounts/templates/registration/registration_closed.html diff --git a/nsupdate/accounts/templates/registration/registration_complete.html b/src/nsupdate/accounts/templates/registration/registration_complete.html similarity index 100% rename from nsupdate/accounts/templates/registration/registration_complete.html rename to src/nsupdate/accounts/templates/registration/registration_complete.html diff --git a/nsupdate/accounts/templates/registration/registration_form.html b/src/nsupdate/accounts/templates/registration/registration_form.html similarity index 100% rename from nsupdate/accounts/templates/registration/registration_form.html rename to src/nsupdate/accounts/templates/registration/registration_form.html diff --git a/nsupdate/accounts/urls.py b/src/nsupdate/accounts/urls.py similarity index 100% rename from nsupdate/accounts/urls.py rename to src/nsupdate/accounts/urls.py diff --git a/nsupdate/accounts/views.py b/src/nsupdate/accounts/views.py similarity index 100% rename from nsupdate/accounts/views.py rename to src/nsupdate/accounts/views.py diff --git a/nsupdate/api/__init__.py b/src/nsupdate/api/__init__.py similarity index 100% rename from nsupdate/api/__init__.py rename to src/nsupdate/api/__init__.py diff --git a/nsupdate/api/_tests/__init__.py b/src/nsupdate/api/_tests/__init__.py similarity index 100% rename from nsupdate/api/_tests/__init__.py rename to src/nsupdate/api/_tests/__init__.py diff --git a/nsupdate/api/_tests/test_api.py b/src/nsupdate/api/_tests/test_api.py similarity index 100% rename from nsupdate/api/_tests/test_api.py rename to src/nsupdate/api/_tests/test_api.py diff --git a/nsupdate/api/migrations/__init__.py b/src/nsupdate/api/migrations/__init__.py similarity index 100% rename from nsupdate/api/migrations/__init__.py rename to src/nsupdate/api/migrations/__init__.py diff --git a/nsupdate/api/models.py b/src/nsupdate/api/models.py similarity index 100% rename from nsupdate/api/models.py rename to src/nsupdate/api/models.py diff --git a/nsupdate/api/views.py b/src/nsupdate/api/views.py similarity index 100% rename from nsupdate/api/views.py rename to src/nsupdate/api/views.py diff --git a/nsupdate/context_processors.py b/src/nsupdate/context_processors.py similarity index 100% rename from nsupdate/context_processors.py rename to src/nsupdate/context_processors.py diff --git a/nsupdate/locale/de/LC_MESSAGES/django.mo b/src/nsupdate/locale/de/LC_MESSAGES/django.mo similarity index 100% rename from nsupdate/locale/de/LC_MESSAGES/django.mo rename to src/nsupdate/locale/de/LC_MESSAGES/django.mo diff --git a/nsupdate/locale/de/LC_MESSAGES/django.po b/src/nsupdate/locale/de/LC_MESSAGES/django.po similarity index 100% rename from nsupdate/locale/de/LC_MESSAGES/django.po rename to src/nsupdate/locale/de/LC_MESSAGES/django.po diff --git a/nsupdate/locale/en/LC_MESSAGES/django.mo b/src/nsupdate/locale/en/LC_MESSAGES/django.mo similarity index 100% rename from nsupdate/locale/en/LC_MESSAGES/django.mo rename to src/nsupdate/locale/en/LC_MESSAGES/django.mo diff --git a/nsupdate/locale/en/LC_MESSAGES/django.po b/src/nsupdate/locale/en/LC_MESSAGES/django.po similarity index 100% rename from nsupdate/locale/en/LC_MESSAGES/django.po rename to src/nsupdate/locale/en/LC_MESSAGES/django.po diff --git a/nsupdate/locale/fr/LC_MESSAGES/django.mo b/src/nsupdate/locale/fr/LC_MESSAGES/django.mo similarity index 100% rename from nsupdate/locale/fr/LC_MESSAGES/django.mo rename to src/nsupdate/locale/fr/LC_MESSAGES/django.mo diff --git a/nsupdate/locale/fr/LC_MESSAGES/django.po b/src/nsupdate/locale/fr/LC_MESSAGES/django.po similarity index 100% rename from nsupdate/locale/fr/LC_MESSAGES/django.po rename to src/nsupdate/locale/fr/LC_MESSAGES/django.po diff --git a/nsupdate/locale/it/LC_MESSAGES/django.mo b/src/nsupdate/locale/it/LC_MESSAGES/django.mo similarity index 100% rename from nsupdate/locale/it/LC_MESSAGES/django.mo rename to src/nsupdate/locale/it/LC_MESSAGES/django.mo diff --git a/nsupdate/locale/it/LC_MESSAGES/django.po b/src/nsupdate/locale/it/LC_MESSAGES/django.po similarity index 100% rename from nsupdate/locale/it/LC_MESSAGES/django.po rename to src/nsupdate/locale/it/LC_MESSAGES/django.po diff --git a/nsupdate/locale/pl/LC_MESSAGES/django.mo b/src/nsupdate/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from nsupdate/locale/pl/LC_MESSAGES/django.mo rename to src/nsupdate/locale/pl/LC_MESSAGES/django.mo diff --git a/nsupdate/locale/pl/LC_MESSAGES/django.po b/src/nsupdate/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from nsupdate/locale/pl/LC_MESSAGES/django.po rename to src/nsupdate/locale/pl/LC_MESSAGES/django.po diff --git a/nsupdate/locale/tr/LC_MESSAGES/django.mo b/src/nsupdate/locale/tr/LC_MESSAGES/django.mo similarity index 100% rename from nsupdate/locale/tr/LC_MESSAGES/django.mo rename to src/nsupdate/locale/tr/LC_MESSAGES/django.mo diff --git a/nsupdate/locale/tr/LC_MESSAGES/django.po b/src/nsupdate/locale/tr/LC_MESSAGES/django.po similarity index 100% rename from nsupdate/locale/tr/LC_MESSAGES/django.po rename to src/nsupdate/locale/tr/LC_MESSAGES/django.po diff --git a/nsupdate/locale/zh_CN/LC_MESSAGES/django.mo b/src/nsupdate/locale/zh_CN/LC_MESSAGES/django.mo similarity index 100% rename from nsupdate/locale/zh_CN/LC_MESSAGES/django.mo rename to src/nsupdate/locale/zh_CN/LC_MESSAGES/django.mo diff --git a/nsupdate/locale/zh_CN/LC_MESSAGES/django.po b/src/nsupdate/locale/zh_CN/LC_MESSAGES/django.po similarity index 100% rename from nsupdate/locale/zh_CN/LC_MESSAGES/django.po rename to src/nsupdate/locale/zh_CN/LC_MESSAGES/django.po diff --git a/nsupdate/login/__init__.py b/src/nsupdate/login/__init__.py similarity index 100% rename from nsupdate/login/__init__.py rename to src/nsupdate/login/__init__.py diff --git a/nsupdate/login/templates/login.html b/src/nsupdate/login/templates/login.html similarity index 100% rename from nsupdate/login/templates/login.html rename to src/nsupdate/login/templates/login.html diff --git a/nsupdate/login/templates/logout.html b/src/nsupdate/login/templates/logout.html similarity index 100% rename from nsupdate/login/templates/logout.html rename to src/nsupdate/login/templates/logout.html diff --git a/nsupdate/login/templates/password_reset.html b/src/nsupdate/login/templates/password_reset.html similarity index 100% rename from nsupdate/login/templates/password_reset.html rename to src/nsupdate/login/templates/password_reset.html diff --git a/nsupdate/login/templates/password_reset_complete.html b/src/nsupdate/login/templates/password_reset_complete.html similarity index 100% rename from nsupdate/login/templates/password_reset_complete.html rename to src/nsupdate/login/templates/password_reset_complete.html diff --git a/nsupdate/login/templates/password_reset_confirm.html b/src/nsupdate/login/templates/password_reset_confirm.html similarity index 100% rename from nsupdate/login/templates/password_reset_confirm.html rename to src/nsupdate/login/templates/password_reset_confirm.html diff --git a/nsupdate/login/templates/password_reset_done.html b/src/nsupdate/login/templates/password_reset_done.html similarity index 100% rename from nsupdate/login/templates/password_reset_done.html rename to src/nsupdate/login/templates/password_reset_done.html diff --git a/nsupdate/login/urls.py b/src/nsupdate/login/urls.py similarity index 100% rename from nsupdate/login/urls.py rename to src/nsupdate/login/urls.py diff --git a/nsupdate/main/__init__.py b/src/nsupdate/main/__init__.py similarity index 100% rename from nsupdate/main/__init__.py rename to src/nsupdate/main/__init__.py diff --git a/nsupdate/main/_tests/__init__.py b/src/nsupdate/main/_tests/__init__.py similarity index 100% rename from nsupdate/main/_tests/__init__.py rename to src/nsupdate/main/_tests/__init__.py diff --git a/nsupdate/main/_tests/test_dnstools.py b/src/nsupdate/main/_tests/test_dnstools.py similarity index 100% rename from nsupdate/main/_tests/test_dnstools.py rename to src/nsupdate/main/_tests/test_dnstools.py diff --git a/nsupdate/main/_tests/test_main.py b/src/nsupdate/main/_tests/test_main.py similarity index 100% rename from nsupdate/main/_tests/test_main.py rename to src/nsupdate/main/_tests/test_main.py diff --git a/nsupdate/main/admin.py b/src/nsupdate/main/admin.py similarity index 100% rename from nsupdate/main/admin.py rename to src/nsupdate/main/admin.py diff --git a/nsupdate/main/dnstools.py b/src/nsupdate/main/dnstools.py similarity index 100% rename from nsupdate/main/dnstools.py rename to src/nsupdate/main/dnstools.py diff --git a/nsupdate/main/forms.py b/src/nsupdate/main/forms.py similarity index 100% rename from nsupdate/main/forms.py rename to src/nsupdate/main/forms.py diff --git a/nsupdate/main/iptools.py b/src/nsupdate/main/iptools.py similarity index 100% rename from nsupdate/main/iptools.py rename to src/nsupdate/main/iptools.py diff --git a/nsupdate/main/migrations/0001_initial.py b/src/nsupdate/main/migrations/0001_initial.py similarity index 100% rename from nsupdate/main/migrations/0001_initial.py rename to src/nsupdate/main/migrations/0001_initial.py diff --git a/nsupdate/main/migrations/0002_auto_20141115_2227.py b/src/nsupdate/main/migrations/0002_auto_20141115_2227.py similarity index 100% rename from nsupdate/main/migrations/0002_auto_20141115_2227.py rename to src/nsupdate/main/migrations/0002_auto_20141115_2227.py diff --git a/nsupdate/main/migrations/0003_auto_20141115_2230.py b/src/nsupdate/main/migrations/0003_auto_20141115_2230.py similarity index 100% rename from nsupdate/main/migrations/0003_auto_20141115_2230.py rename to src/nsupdate/main/migrations/0003_auto_20141115_2230.py diff --git a/nsupdate/main/migrations/0004_auto_20141115_2349.py b/src/nsupdate/main/migrations/0004_auto_20141115_2349.py similarity index 100% rename from nsupdate/main/migrations/0004_auto_20141115_2349.py rename to src/nsupdate/main/migrations/0004_auto_20141115_2349.py diff --git a/nsupdate/main/migrations/0005_auto_20141121_1053.py b/src/nsupdate/main/migrations/0005_auto_20141121_1053.py similarity index 100% rename from nsupdate/main/migrations/0005_auto_20141121_1053.py rename to src/nsupdate/main/migrations/0005_auto_20141121_1053.py diff --git a/nsupdate/main/migrations/0006_auto_20141121_1057.py b/src/nsupdate/main/migrations/0006_auto_20141121_1057.py similarity index 100% rename from nsupdate/main/migrations/0006_auto_20141121_1057.py rename to src/nsupdate/main/migrations/0006_auto_20141121_1057.py diff --git a/nsupdate/main/migrations/0007_auto_20150425_1741.py b/src/nsupdate/main/migrations/0007_auto_20150425_1741.py similarity index 100% rename from nsupdate/main/migrations/0007_auto_20150425_1741.py rename to src/nsupdate/main/migrations/0007_auto_20150425_1741.py diff --git a/nsupdate/main/migrations/0008_auto_20151228_1342.py b/src/nsupdate/main/migrations/0008_auto_20151228_1342.py similarity index 100% rename from nsupdate/main/migrations/0008_auto_20151228_1342.py rename to src/nsupdate/main/migrations/0008_auto_20151228_1342.py diff --git a/nsupdate/main/migrations/0008_auto_20151229_1255.py b/src/nsupdate/main/migrations/0008_auto_20151229_1255.py similarity index 100% rename from nsupdate/main/migrations/0008_auto_20151229_1255.py rename to src/nsupdate/main/migrations/0008_auto_20151229_1255.py diff --git a/nsupdate/main/migrations/0009_merge.py b/src/nsupdate/main/migrations/0009_merge.py similarity index 100% rename from nsupdate/main/migrations/0009_merge.py rename to src/nsupdate/main/migrations/0009_merge.py diff --git a/nsupdate/main/migrations/0010_auto_20151229_1717.py b/src/nsupdate/main/migrations/0010_auto_20151229_1717.py similarity index 100% rename from nsupdate/main/migrations/0010_auto_20151229_1717.py rename to src/nsupdate/main/migrations/0010_auto_20151229_1717.py diff --git a/nsupdate/main/migrations/0011_auto_20170526_2113.py b/src/nsupdate/main/migrations/0011_auto_20170526_2113.py similarity index 100% rename from nsupdate/main/migrations/0011_auto_20170526_2113.py rename to src/nsupdate/main/migrations/0011_auto_20170526_2113.py diff --git a/nsupdate/main/migrations/__init__.py b/src/nsupdate/main/migrations/__init__.py similarity index 100% rename from nsupdate/main/migrations/__init__.py rename to src/nsupdate/main/migrations/__init__.py diff --git a/nsupdate/main/models.py b/src/nsupdate/main/models.py similarity index 100% rename from nsupdate/main/models.py rename to src/nsupdate/main/models.py diff --git a/nsupdate/main/templates/main/about.html b/src/nsupdate/main/templates/main/about.html similarity index 100% rename from nsupdate/main/templates/main/about.html rename to src/nsupdate/main/templates/main/about.html diff --git a/nsupdate/main/templates/main/delete_object.html b/src/nsupdate/main/templates/main/delete_object.html similarity index 100% rename from nsupdate/main/templates/main/delete_object.html rename to src/nsupdate/main/templates/main/delete_object.html diff --git a/nsupdate/main/templates/main/domain.html b/src/nsupdate/main/templates/main/domain.html similarity index 100% rename from nsupdate/main/templates/main/domain.html rename to src/nsupdate/main/templates/main/domain.html diff --git a/nsupdate/main/templates/main/domain_add.html b/src/nsupdate/main/templates/main/domain_add.html similarity index 100% rename from nsupdate/main/templates/main/domain_add.html rename to src/nsupdate/main/templates/main/domain_add.html diff --git a/nsupdate/main/templates/main/generate_ns_secret.html b/src/nsupdate/main/templates/main/generate_ns_secret.html similarity index 100% rename from nsupdate/main/templates/main/generate_ns_secret.html rename to src/nsupdate/main/templates/main/generate_ns_secret.html diff --git a/nsupdate/main/templates/main/generate_secret.html b/src/nsupdate/main/templates/main/generate_secret.html similarity index 100% rename from nsupdate/main/templates/main/generate_secret.html rename to src/nsupdate/main/templates/main/generate_secret.html diff --git a/nsupdate/main/templates/main/home.html b/src/nsupdate/main/templates/main/home.html similarity index 100% rename from nsupdate/main/templates/main/home.html rename to src/nsupdate/main/templates/main/home.html diff --git a/nsupdate/main/templates/main/host.html b/src/nsupdate/main/templates/main/host.html similarity index 100% rename from nsupdate/main/templates/main/host.html rename to src/nsupdate/main/templates/main/host.html diff --git a/nsupdate/main/templates/main/host_add.html b/src/nsupdate/main/templates/main/host_add.html similarity index 100% rename from nsupdate/main/templates/main/host_add.html rename to src/nsupdate/main/templates/main/host_add.html diff --git a/nsupdate/main/templates/main/includes/home_bottom.html b/src/nsupdate/main/templates/main/includes/home_bottom.html similarity index 100% rename from nsupdate/main/templates/main/includes/home_bottom.html rename to src/nsupdate/main/templates/main/includes/home_bottom.html diff --git a/nsupdate/main/templates/main/includes/home_html_head.html b/src/nsupdate/main/templates/main/includes/home_html_head.html similarity index 100% rename from nsupdate/main/templates/main/includes/home_html_head.html rename to src/nsupdate/main/templates/main/includes/home_html_head.html diff --git a/nsupdate/main/templates/main/includes/home_middle.html b/src/nsupdate/main/templates/main/includes/home_middle.html similarity index 100% rename from nsupdate/main/templates/main/includes/home_middle.html rename to src/nsupdate/main/templates/main/includes/home_middle.html diff --git a/nsupdate/main/templates/main/includes/home_top.html b/src/nsupdate/main/templates/main/includes/home_top.html similarity index 100% rename from nsupdate/main/templates/main/includes/home_top.html rename to src/nsupdate/main/templates/main/includes/home_top.html diff --git a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html b/src/nsupdate/main/templates/main/includes/tabbed_router_configuration.html similarity index 100% rename from nsupdate/main/templates/main/includes/tabbed_router_configuration.html rename to src/nsupdate/main/templates/main/includes/tabbed_router_configuration.html diff --git a/nsupdate/main/templates/main/overview.html b/src/nsupdate/main/templates/main/overview.html similarity index 100% rename from nsupdate/main/templates/main/overview.html rename to src/nsupdate/main/templates/main/overview.html diff --git a/nsupdate/main/templates/main/related_host.html b/src/nsupdate/main/templates/main/related_host.html similarity index 100% rename from nsupdate/main/templates/main/related_host.html rename to src/nsupdate/main/templates/main/related_host.html diff --git a/nsupdate/main/templates/main/related_host_add.html b/src/nsupdate/main/templates/main/related_host_add.html similarity index 100% rename from nsupdate/main/templates/main/related_host_add.html rename to src/nsupdate/main/templates/main/related_host_add.html diff --git a/nsupdate/main/templates/main/related_host_overview.html b/src/nsupdate/main/templates/main/related_host_overview.html similarity index 100% rename from nsupdate/main/templates/main/related_host_overview.html rename to src/nsupdate/main/templates/main/related_host_overview.html diff --git a/nsupdate/main/templates/main/status.html b/src/nsupdate/main/templates/main/status.html similarity index 100% rename from nsupdate/main/templates/main/status.html rename to src/nsupdate/main/templates/main/status.html diff --git a/nsupdate/main/templates/main/update.html b/src/nsupdate/main/templates/main/update.html similarity index 100% rename from nsupdate/main/templates/main/update.html rename to src/nsupdate/main/templates/main/update.html diff --git a/nsupdate/main/templates/main/updater_hostconfig.html b/src/nsupdate/main/templates/main/updater_hostconfig.html similarity index 100% rename from nsupdate/main/templates/main/updater_hostconfig.html rename to src/nsupdate/main/templates/main/updater_hostconfig.html diff --git a/nsupdate/main/templates/main/updater_hostconfig_overview.html b/src/nsupdate/main/templates/main/updater_hostconfig_overview.html similarity index 100% rename from nsupdate/main/templates/main/updater_hostconfig_overview.html rename to src/nsupdate/main/templates/main/updater_hostconfig_overview.html diff --git a/nsupdate/main/urls.py b/src/nsupdate/main/urls.py similarity index 100% rename from nsupdate/main/urls.py rename to src/nsupdate/main/urls.py diff --git a/nsupdate/main/views.py b/src/nsupdate/main/views.py similarity index 100% rename from nsupdate/main/views.py rename to src/nsupdate/main/views.py diff --git a/nsupdate/management/__init__.py b/src/nsupdate/management/__init__.py similarity index 100% rename from nsupdate/management/__init__.py rename to src/nsupdate/management/__init__.py diff --git a/nsupdate/management/commands/__init__.py b/src/nsupdate/management/commands/__init__.py similarity index 100% rename from nsupdate/management/commands/__init__.py rename to src/nsupdate/management/commands/__init__.py diff --git a/nsupdate/management/commands/_tests/__init__.py b/src/nsupdate/management/commands/_tests/__init__.py similarity index 100% rename from nsupdate/management/commands/_tests/__init__.py rename to src/nsupdate/management/commands/_tests/__init__.py diff --git a/nsupdate/management/commands/_tests/test_faults.py b/src/nsupdate/management/commands/_tests/test_faults.py similarity index 100% rename from nsupdate/management/commands/_tests/test_faults.py rename to src/nsupdate/management/commands/_tests/test_faults.py diff --git a/nsupdate/management/commands/_tests/test_testuser.py b/src/nsupdate/management/commands/_tests/test_testuser.py similarity index 100% rename from nsupdate/management/commands/_tests/test_testuser.py rename to src/nsupdate/management/commands/_tests/test_testuser.py diff --git a/nsupdate/management/commands/domains.py b/src/nsupdate/management/commands/domains.py similarity index 100% rename from nsupdate/management/commands/domains.py rename to src/nsupdate/management/commands/domains.py diff --git a/nsupdate/management/commands/faults.py b/src/nsupdate/management/commands/faults.py similarity index 100% rename from nsupdate/management/commands/faults.py rename to src/nsupdate/management/commands/faults.py diff --git a/nsupdate/management/commands/hosts.py b/src/nsupdate/management/commands/hosts.py similarity index 100% rename from nsupdate/management/commands/hosts.py rename to src/nsupdate/management/commands/hosts.py diff --git a/nsupdate/management/commands/testuser.py b/src/nsupdate/management/commands/testuser.py similarity index 100% rename from nsupdate/management/commands/testuser.py rename to src/nsupdate/management/commands/testuser.py diff --git a/nsupdate/management/commands/users.py b/src/nsupdate/management/commands/users.py similarity index 100% rename from nsupdate/management/commands/users.py rename to src/nsupdate/management/commands/users.py diff --git a/nsupdate/settings/__init__.py b/src/nsupdate/settings/__init__.py similarity index 100% rename from nsupdate/settings/__init__.py rename to src/nsupdate/settings/__init__.py diff --git a/nsupdate/settings/base.py b/src/nsupdate/settings/base.py similarity index 100% rename from nsupdate/settings/base.py rename to src/nsupdate/settings/base.py diff --git a/nsupdate/settings/dev.py b/src/nsupdate/settings/dev.py similarity index 100% rename from nsupdate/settings/dev.py rename to src/nsupdate/settings/dev.py diff --git a/nsupdate/settings/prod.py b/src/nsupdate/settings/prod.py similarity index 100% rename from nsupdate/settings/prod.py rename to src/nsupdate/settings/prod.py diff --git a/nsupdate/static/css/nsupdate.css b/src/nsupdate/static/css/nsupdate.css similarity index 100% rename from nsupdate/static/css/nsupdate.css rename to src/nsupdate/static/css/nsupdate.css diff --git a/nsupdate/static/favicon.png b/src/nsupdate/static/favicon.png similarity index 100% rename from nsupdate/static/favicon.png rename to src/nsupdate/static/favicon.png diff --git a/nsupdate/templates/base.html b/src/nsupdate/templates/base.html similarity index 100% rename from nsupdate/templates/base.html rename to src/nsupdate/templates/base.html diff --git a/nsupdate/templates/includes/base_body.html b/src/nsupdate/templates/includes/base_body.html similarity index 100% rename from nsupdate/templates/includes/base_body.html rename to src/nsupdate/templates/includes/base_body.html diff --git a/nsupdate/templates/includes/base_footer.html b/src/nsupdate/templates/includes/base_footer.html similarity index 100% rename from nsupdate/templates/includes/base_footer.html rename to src/nsupdate/templates/includes/base_footer.html diff --git a/nsupdate/templates/includes/base_head.html b/src/nsupdate/templates/includes/base_head.html similarity index 100% rename from nsupdate/templates/includes/base_head.html rename to src/nsupdate/templates/includes/base_head.html diff --git a/nsupdate/urls.py b/src/nsupdate/urls.py similarity index 100% rename from nsupdate/urls.py rename to src/nsupdate/urls.py diff --git a/nsupdate/utils/__init__.py b/src/nsupdate/utils/__init__.py similarity index 100% rename from nsupdate/utils/__init__.py rename to src/nsupdate/utils/__init__.py diff --git a/nsupdate/utils/_tests/__init__.py b/src/nsupdate/utils/_tests/__init__.py similarity index 100% rename from nsupdate/utils/_tests/__init__.py rename to src/nsupdate/utils/_tests/__init__.py diff --git a/nsupdate/utils/_tests/test_ddns_client.py b/src/nsupdate/utils/_tests/test_ddns_client.py similarity index 100% rename from nsupdate/utils/_tests/test_ddns_client.py rename to src/nsupdate/utils/_tests/test_ddns_client.py diff --git a/nsupdate/utils/_tests/test_mail.py b/src/nsupdate/utils/_tests/test_mail.py similarity index 100% rename from nsupdate/utils/_tests/test_mail.py rename to src/nsupdate/utils/_tests/test_mail.py diff --git a/nsupdate/utils/ddns_client.py b/src/nsupdate/utils/ddns_client.py similarity index 100% rename from nsupdate/utils/ddns_client.py rename to src/nsupdate/utils/ddns_client.py diff --git a/nsupdate/utils/log.py b/src/nsupdate/utils/log.py similarity index 100% rename from nsupdate/utils/log.py rename to src/nsupdate/utils/log.py diff --git a/nsupdate/utils/mail.py b/src/nsupdate/utils/mail.py similarity index 100% rename from nsupdate/utils/mail.py rename to src/nsupdate/utils/mail.py diff --git a/nsupdate/wsgi.py b/src/nsupdate/wsgi.py similarity index 100% rename from nsupdate/wsgi.py rename to src/nsupdate/wsgi.py