From 6f5ab5b4c830111146385f17a9f3a9c7f232e9a0 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 4 Apr 2019 01:04:16 +0200 Subject: [PATCH 1/2] git mv nsupdate src/ --- {nsupdate => src/nsupdate}/__init__.py | 0 {nsupdate => src/nsupdate}/accounts/__init__.py | 0 .../nsupdate}/accounts/_tests/__init__.py | 0 .../nsupdate}/accounts/_tests/test_accounts.py | 0 {nsupdate => src/nsupdate}/accounts/admin.py | 0 {nsupdate => src/nsupdate}/accounts/forms.py | 0 .../nsupdate}/accounts/migrations/0001_initial.py | 0 .../accounts/migrations/0002_auto_20141125_2325.py | 0 .../nsupdate}/accounts/migrations/__init__.py | 0 {nsupdate => src/nsupdate}/accounts/models.py | 0 .../nsupdate}/accounts/registration_form.py | 0 .../accounts/templates/accounts/delete_user.html | 0 .../templates/accounts/user_settings_account.html | 0 .../templates/accounts/user_settings_base.html | 0 .../templates/accounts/user_settings_profile.html | 0 .../accounts/templates/registration/activate.html | 0 .../templates/registration/activation_complete.html | 0 .../templates/registration/activation_email.txt | 0 .../registration/activation_email_subject.txt | 0 .../templates/registration/registration_base.html | 0 .../templates/registration/registration_closed.html | 0 .../registration/registration_complete.html | 0 .../templates/registration/registration_form.html | 0 {nsupdate => src/nsupdate}/accounts/urls.py | 0 {nsupdate => src/nsupdate}/accounts/views.py | 0 {nsupdate => src/nsupdate}/api/__init__.py | 0 {nsupdate => src/nsupdate}/api/_tests/__init__.py | 0 {nsupdate => src/nsupdate}/api/_tests/test_api.py | 0 .../nsupdate}/api/migrations/__init__.py | 0 {nsupdate => src/nsupdate}/api/models.py | 0 {nsupdate => src/nsupdate}/api/views.py | 0 {nsupdate => src/nsupdate}/context_processors.py | 0 .../nsupdate}/locale/de/LC_MESSAGES/django.mo | Bin .../nsupdate}/locale/de/LC_MESSAGES/django.po | 0 .../nsupdate}/locale/en/LC_MESSAGES/django.mo | Bin .../nsupdate}/locale/en/LC_MESSAGES/django.po | 0 .../nsupdate}/locale/fr/LC_MESSAGES/django.mo | Bin .../nsupdate}/locale/fr/LC_MESSAGES/django.po | 0 .../nsupdate}/locale/it/LC_MESSAGES/django.mo | Bin .../nsupdate}/locale/it/LC_MESSAGES/django.po | 0 .../nsupdate}/locale/pl/LC_MESSAGES/django.mo | Bin .../nsupdate}/locale/pl/LC_MESSAGES/django.po | 0 .../nsupdate}/locale/tr/LC_MESSAGES/django.mo | Bin .../nsupdate}/locale/tr/LC_MESSAGES/django.po | 0 .../nsupdate}/locale/zh_CN/LC_MESSAGES/django.mo | Bin .../nsupdate}/locale/zh_CN/LC_MESSAGES/django.po | 0 {nsupdate => src/nsupdate}/login/__init__.py | 0 .../nsupdate}/login/templates/login.html | 0 .../nsupdate}/login/templates/logout.html | 0 .../nsupdate}/login/templates/password_reset.html | 0 .../login/templates/password_reset_complete.html | 0 .../login/templates/password_reset_confirm.html | 0 .../login/templates/password_reset_done.html | 0 {nsupdate => src/nsupdate}/login/urls.py | 0 {nsupdate => src/nsupdate}/main/__init__.py | 0 {nsupdate => src/nsupdate}/main/_tests/__init__.py | 0 .../nsupdate}/main/_tests/test_dnstools.py | 0 {nsupdate => src/nsupdate}/main/_tests/test_main.py | 0 {nsupdate => src/nsupdate}/main/admin.py | 0 {nsupdate => src/nsupdate}/main/dnstools.py | 0 {nsupdate => src/nsupdate}/main/forms.py | 0 {nsupdate => src/nsupdate}/main/iptools.py | 0 .../nsupdate}/main/migrations/0001_initial.py | 0 .../main/migrations/0002_auto_20141115_2227.py | 0 .../main/migrations/0003_auto_20141115_2230.py | 0 .../main/migrations/0004_auto_20141115_2349.py | 0 .../main/migrations/0005_auto_20141121_1053.py | 0 .../main/migrations/0006_auto_20141121_1057.py | 0 .../main/migrations/0007_auto_20150425_1741.py | 0 .../main/migrations/0008_auto_20151228_1342.py | 0 .../main/migrations/0008_auto_20151229_1255.py | 0 .../nsupdate}/main/migrations/0009_merge.py | 0 .../main/migrations/0010_auto_20151229_1717.py | 0 .../main/migrations/0011_auto_20170526_2113.py | 0 .../nsupdate}/main/migrations/__init__.py | 0 {nsupdate => src/nsupdate}/main/models.py | 0 .../nsupdate}/main/templates/main/about.html | 0 .../main/templates/main/delete_object.html | 0 .../nsupdate}/main/templates/main/domain.html | 0 .../nsupdate}/main/templates/main/domain_add.html | 0 .../main/templates/main/generate_ns_secret.html | 0 .../main/templates/main/generate_secret.html | 0 .../nsupdate}/main/templates/main/home.html | 0 .../nsupdate}/main/templates/main/host.html | 0 .../nsupdate}/main/templates/main/host_add.html | 0 .../main/templates/main/includes/home_bottom.html | 0 .../templates/main/includes/home_html_head.html | 0 .../main/templates/main/includes/home_middle.html | 0 .../main/templates/main/includes/home_top.html | 0 .../main/includes/tabbed_router_configuration.html | 0 .../nsupdate}/main/templates/main/overview.html | 0 .../nsupdate}/main/templates/main/related_host.html | 0 .../main/templates/main/related_host_add.html | 0 .../main/templates/main/related_host_overview.html | 0 .../nsupdate}/main/templates/main/status.html | 0 .../nsupdate}/main/templates/main/update.html | 0 .../main/templates/main/updater_hostconfig.html | 0 .../templates/main/updater_hostconfig_overview.html | 0 {nsupdate => src/nsupdate}/main/urls.py | 0 {nsupdate => src/nsupdate}/main/views.py | 0 {nsupdate => src/nsupdate}/management/__init__.py | 0 .../nsupdate}/management/commands/__init__.py | 0 .../management/commands/_tests/__init__.py | 0 .../management/commands/_tests/test_faults.py | 0 .../management/commands/_tests/test_testuser.py | 0 .../nsupdate}/management/commands/domains.py | 0 .../nsupdate}/management/commands/faults.py | 0 .../nsupdate}/management/commands/hosts.py | 0 .../nsupdate}/management/commands/testuser.py | 0 .../nsupdate}/management/commands/users.py | 0 {nsupdate => src/nsupdate}/settings/__init__.py | 0 {nsupdate => src/nsupdate}/settings/base.py | 0 {nsupdate => src/nsupdate}/settings/dev.py | 0 {nsupdate => src/nsupdate}/settings/prod.py | 0 {nsupdate => src/nsupdate}/static/css/nsupdate.css | 0 {nsupdate => src/nsupdate}/static/favicon.png | Bin {nsupdate => src/nsupdate}/templates/base.html | 0 .../nsupdate}/templates/includes/base_body.html | 0 .../nsupdate}/templates/includes/base_footer.html | 0 .../nsupdate}/templates/includes/base_head.html | 0 {nsupdate => src/nsupdate}/urls.py | 0 {nsupdate => src/nsupdate}/utils/__init__.py | 0 {nsupdate => src/nsupdate}/utils/_tests/__init__.py | 0 .../nsupdate}/utils/_tests/test_ddns_client.py | 0 .../nsupdate}/utils/_tests/test_mail.py | 0 {nsupdate => src/nsupdate}/utils/ddns_client.py | 0 {nsupdate => src/nsupdate}/utils/log.py | 0 {nsupdate => src/nsupdate}/utils/mail.py | 0 {nsupdate => src/nsupdate}/wsgi.py | 0 129 files changed, 0 insertions(+), 0 deletions(-) rename {nsupdate => src/nsupdate}/__init__.py (100%) rename {nsupdate => src/nsupdate}/accounts/__init__.py (100%) rename {nsupdate => src/nsupdate}/accounts/_tests/__init__.py (100%) rename {nsupdate => src/nsupdate}/accounts/_tests/test_accounts.py (100%) rename {nsupdate => src/nsupdate}/accounts/admin.py (100%) rename {nsupdate => src/nsupdate}/accounts/forms.py (100%) rename {nsupdate => src/nsupdate}/accounts/migrations/0001_initial.py (100%) rename {nsupdate => src/nsupdate}/accounts/migrations/0002_auto_20141125_2325.py (100%) rename {nsupdate => src/nsupdate}/accounts/migrations/__init__.py (100%) rename {nsupdate => src/nsupdate}/accounts/models.py (100%) rename {nsupdate => src/nsupdate}/accounts/registration_form.py (100%) rename {nsupdate => src/nsupdate}/accounts/templates/accounts/delete_user.html (100%) rename {nsupdate => src/nsupdate}/accounts/templates/accounts/user_settings_account.html (100%) rename {nsupdate => src/nsupdate}/accounts/templates/accounts/user_settings_base.html (100%) rename {nsupdate => src/nsupdate}/accounts/templates/accounts/user_settings_profile.html (100%) rename {nsupdate => src/nsupdate}/accounts/templates/registration/activate.html (100%) rename {nsupdate => src/nsupdate}/accounts/templates/registration/activation_complete.html (100%) rename {nsupdate => src/nsupdate}/accounts/templates/registration/activation_email.txt (100%) rename {nsupdate => src/nsupdate}/accounts/templates/registration/activation_email_subject.txt (100%) rename {nsupdate => src/nsupdate}/accounts/templates/registration/registration_base.html (100%) rename {nsupdate => src/nsupdate}/accounts/templates/registration/registration_closed.html (100%) rename {nsupdate => src/nsupdate}/accounts/templates/registration/registration_complete.html (100%) rename {nsupdate => src/nsupdate}/accounts/templates/registration/registration_form.html (100%) rename {nsupdate => src/nsupdate}/accounts/urls.py (100%) rename {nsupdate => src/nsupdate}/accounts/views.py (100%) rename {nsupdate => src/nsupdate}/api/__init__.py (100%) rename {nsupdate => src/nsupdate}/api/_tests/__init__.py (100%) rename {nsupdate => src/nsupdate}/api/_tests/test_api.py (100%) rename {nsupdate => src/nsupdate}/api/migrations/__init__.py (100%) rename {nsupdate => src/nsupdate}/api/models.py (100%) rename {nsupdate => src/nsupdate}/api/views.py (100%) rename {nsupdate => src/nsupdate}/context_processors.py (100%) rename {nsupdate => src/nsupdate}/locale/de/LC_MESSAGES/django.mo (100%) rename {nsupdate => src/nsupdate}/locale/de/LC_MESSAGES/django.po (100%) rename {nsupdate => src/nsupdate}/locale/en/LC_MESSAGES/django.mo (100%) rename {nsupdate => src/nsupdate}/locale/en/LC_MESSAGES/django.po (100%) rename {nsupdate => src/nsupdate}/locale/fr/LC_MESSAGES/django.mo (100%) rename {nsupdate => src/nsupdate}/locale/fr/LC_MESSAGES/django.po (100%) rename {nsupdate => src/nsupdate}/locale/it/LC_MESSAGES/django.mo (100%) rename {nsupdate => src/nsupdate}/locale/it/LC_MESSAGES/django.po (100%) rename {nsupdate => src/nsupdate}/locale/pl/LC_MESSAGES/django.mo (100%) rename {nsupdate => src/nsupdate}/locale/pl/LC_MESSAGES/django.po (100%) rename {nsupdate => src/nsupdate}/locale/tr/LC_MESSAGES/django.mo (100%) rename {nsupdate => src/nsupdate}/locale/tr/LC_MESSAGES/django.po (100%) rename {nsupdate => src/nsupdate}/locale/zh_CN/LC_MESSAGES/django.mo (100%) rename {nsupdate => src/nsupdate}/locale/zh_CN/LC_MESSAGES/django.po (100%) rename {nsupdate => src/nsupdate}/login/__init__.py (100%) rename {nsupdate => src/nsupdate}/login/templates/login.html (100%) rename {nsupdate => src/nsupdate}/login/templates/logout.html (100%) rename {nsupdate => src/nsupdate}/login/templates/password_reset.html (100%) rename {nsupdate => src/nsupdate}/login/templates/password_reset_complete.html (100%) rename {nsupdate => src/nsupdate}/login/templates/password_reset_confirm.html (100%) rename {nsupdate => src/nsupdate}/login/templates/password_reset_done.html (100%) rename {nsupdate => src/nsupdate}/login/urls.py (100%) rename {nsupdate => src/nsupdate}/main/__init__.py (100%) rename {nsupdate => src/nsupdate}/main/_tests/__init__.py (100%) rename {nsupdate => src/nsupdate}/main/_tests/test_dnstools.py (100%) rename {nsupdate => src/nsupdate}/main/_tests/test_main.py (100%) rename {nsupdate => src/nsupdate}/main/admin.py (100%) rename {nsupdate => src/nsupdate}/main/dnstools.py (100%) rename {nsupdate => src/nsupdate}/main/forms.py (100%) rename {nsupdate => src/nsupdate}/main/iptools.py (100%) rename {nsupdate => src/nsupdate}/main/migrations/0001_initial.py (100%) rename {nsupdate => src/nsupdate}/main/migrations/0002_auto_20141115_2227.py (100%) rename {nsupdate => src/nsupdate}/main/migrations/0003_auto_20141115_2230.py (100%) rename {nsupdate => src/nsupdate}/main/migrations/0004_auto_20141115_2349.py (100%) rename {nsupdate => src/nsupdate}/main/migrations/0005_auto_20141121_1053.py (100%) rename {nsupdate => src/nsupdate}/main/migrations/0006_auto_20141121_1057.py (100%) rename {nsupdate => src/nsupdate}/main/migrations/0007_auto_20150425_1741.py (100%) rename {nsupdate => src/nsupdate}/main/migrations/0008_auto_20151228_1342.py (100%) rename {nsupdate => src/nsupdate}/main/migrations/0008_auto_20151229_1255.py (100%) rename {nsupdate => src/nsupdate}/main/migrations/0009_merge.py (100%) rename {nsupdate => src/nsupdate}/main/migrations/0010_auto_20151229_1717.py (100%) rename {nsupdate => src/nsupdate}/main/migrations/0011_auto_20170526_2113.py (100%) rename {nsupdate => src/nsupdate}/main/migrations/__init__.py (100%) rename {nsupdate => src/nsupdate}/main/models.py (100%) rename {nsupdate => src/nsupdate}/main/templates/main/about.html (100%) rename {nsupdate => src/nsupdate}/main/templates/main/delete_object.html (100%) rename {nsupdate => src/nsupdate}/main/templates/main/domain.html (100%) rename {nsupdate => src/nsupdate}/main/templates/main/domain_add.html (100%) rename {nsupdate => src/nsupdate}/main/templates/main/generate_ns_secret.html (100%) rename {nsupdate => src/nsupdate}/main/templates/main/generate_secret.html (100%) rename {nsupdate => src/nsupdate}/main/templates/main/home.html (100%) rename {nsupdate => src/nsupdate}/main/templates/main/host.html (100%) rename {nsupdate => src/nsupdate}/main/templates/main/host_add.html (100%) rename {nsupdate => src/nsupdate}/main/templates/main/includes/home_bottom.html (100%) rename {nsupdate => src/nsupdate}/main/templates/main/includes/home_html_head.html (100%) rename {nsupdate => src/nsupdate}/main/templates/main/includes/home_middle.html (100%) rename {nsupdate => src/nsupdate}/main/templates/main/includes/home_top.html (100%) rename {nsupdate => src/nsupdate}/main/templates/main/includes/tabbed_router_configuration.html (100%) rename {nsupdate => src/nsupdate}/main/templates/main/overview.html (100%) rename {nsupdate => src/nsupdate}/main/templates/main/related_host.html (100%) rename {nsupdate => src/nsupdate}/main/templates/main/related_host_add.html (100%) rename {nsupdate => src/nsupdate}/main/templates/main/related_host_overview.html (100%) rename {nsupdate => src/nsupdate}/main/templates/main/status.html (100%) rename {nsupdate => src/nsupdate}/main/templates/main/update.html (100%) rename {nsupdate => src/nsupdate}/main/templates/main/updater_hostconfig.html (100%) rename {nsupdate => src/nsupdate}/main/templates/main/updater_hostconfig_overview.html (100%) rename {nsupdate => src/nsupdate}/main/urls.py (100%) rename {nsupdate => src/nsupdate}/main/views.py (100%) rename {nsupdate => src/nsupdate}/management/__init__.py (100%) rename {nsupdate => src/nsupdate}/management/commands/__init__.py (100%) rename {nsupdate => src/nsupdate}/management/commands/_tests/__init__.py (100%) rename {nsupdate => src/nsupdate}/management/commands/_tests/test_faults.py (100%) rename {nsupdate => src/nsupdate}/management/commands/_tests/test_testuser.py (100%) rename {nsupdate => src/nsupdate}/management/commands/domains.py (100%) rename {nsupdate => src/nsupdate}/management/commands/faults.py (100%) rename {nsupdate => src/nsupdate}/management/commands/hosts.py (100%) rename {nsupdate => src/nsupdate}/management/commands/testuser.py (100%) rename {nsupdate => src/nsupdate}/management/commands/users.py (100%) rename {nsupdate => src/nsupdate}/settings/__init__.py (100%) rename {nsupdate => src/nsupdate}/settings/base.py (100%) rename {nsupdate => src/nsupdate}/settings/dev.py (100%) rename {nsupdate => src/nsupdate}/settings/prod.py (100%) rename {nsupdate => src/nsupdate}/static/css/nsupdate.css (100%) rename {nsupdate => src/nsupdate}/static/favicon.png (100%) rename {nsupdate => src/nsupdate}/templates/base.html (100%) rename {nsupdate => src/nsupdate}/templates/includes/base_body.html (100%) rename {nsupdate => src/nsupdate}/templates/includes/base_footer.html (100%) rename {nsupdate => src/nsupdate}/templates/includes/base_head.html (100%) rename {nsupdate => src/nsupdate}/urls.py (100%) rename {nsupdate => src/nsupdate}/utils/__init__.py (100%) rename {nsupdate => src/nsupdate}/utils/_tests/__init__.py (100%) rename {nsupdate => src/nsupdate}/utils/_tests/test_ddns_client.py (100%) rename {nsupdate => src/nsupdate}/utils/_tests/test_mail.py (100%) rename {nsupdate => src/nsupdate}/utils/ddns_client.py (100%) rename {nsupdate => src/nsupdate}/utils/log.py (100%) rename {nsupdate => src/nsupdate}/utils/mail.py (100%) rename {nsupdate => src/nsupdate}/wsgi.py (100%) 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 From c0f763515a4cc4ce34815ac473c0d6f207bfda99 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 4 Apr 2019 01:23:40 +0200 Subject: [PATCH 2/2] adjust to src/ based project layout --- .coveragerc | 10 +++++----- setup.py | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.coveragerc b/.coveragerc index 3c4fc4a..2c48fe6 100644 --- a/.coveragerc +++ b/.coveragerc @@ -2,12 +2,12 @@ [run] branch = True -source = nsupdate +source = src/nsupdate omit = - */migrations/* - */_tests/* - nsupdate/wsgi.py - nsupdate/settings/* + src/*/migrations/* + src/*/_tests/* + src/nsupdate/wsgi.py + src/nsupdate/settings/* [report] # Regexes for lines to exclude from consideration diff --git a/setup.py b/setup.py index 543b32f..bfcb896 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,8 @@ setup( description='A dynamic DNS update service', long_description=readme_content, keywords="dyndns ddns dynamic dns django", - packages=find_packages(exclude=['_tests', ]), + packages=find_packages('src', exclude=['_tests', ]), + package_dir={'': 'src'}, package_data={ 'nsupdate': [ 'templates/*.html',