diff --git a/pyi2phosts b/pyi2phosts deleted file mode 120000 index 6f3439a..0000000 --- a/pyi2phosts +++ /dev/null @@ -1 +0,0 @@ -web \ No newline at end of file diff --git a/web/__init__.py b/pyi2phosts/__init__.py similarity index 100% rename from web/__init__.py rename to pyi2phosts/__init__.py diff --git a/web/extsources/__init__.py b/pyi2phosts/extsources/__init__.py similarity index 100% rename from web/extsources/__init__.py rename to pyi2phosts/extsources/__init__.py diff --git a/web/extsources/admin.py b/pyi2phosts/extsources/admin.py similarity index 100% rename from web/extsources/admin.py rename to pyi2phosts/extsources/admin.py diff --git a/web/extsources/models.py b/pyi2phosts/extsources/models.py similarity index 100% rename from web/extsources/models.py rename to pyi2phosts/extsources/models.py diff --git a/web/jump/__init__.py b/pyi2phosts/jump/__init__.py similarity index 100% rename from web/jump/__init__.py rename to pyi2phosts/jump/__init__.py diff --git a/web/jump/urls.py b/pyi2phosts/jump/urls.py similarity index 100% rename from web/jump/urls.py rename to pyi2phosts/jump/urls.py diff --git a/web/jump/views.py b/pyi2phosts/jump/views.py similarity index 100% rename from web/jump/views.py rename to pyi2phosts/jump/views.py diff --git a/web/lib/__init__.py b/pyi2phosts/lib/__init__.py similarity index 100% rename from web/lib/__init__.py rename to pyi2phosts/lib/__init__.py diff --git a/web/lib/utils.py b/pyi2phosts/lib/utils.py similarity index 100% rename from web/lib/utils.py rename to pyi2phosts/lib/utils.py diff --git a/web/lib/validation.py b/pyi2phosts/lib/validation.py similarity index 100% rename from web/lib/validation.py rename to pyi2phosts/lib/validation.py diff --git a/web/manage.py b/pyi2phosts/manage.py similarity index 100% rename from web/manage.py rename to pyi2phosts/manage.py diff --git a/web/other/__init__.py b/pyi2phosts/other/__init__.py similarity index 100% rename from web/other/__init__.py rename to pyi2phosts/other/__init__.py diff --git a/web/other/views.py b/pyi2phosts/other/views.py similarity index 100% rename from web/other/views.py rename to pyi2phosts/other/views.py diff --git a/web/postkey/__init__.py b/pyi2phosts/postkey/__init__.py similarity index 100% rename from web/postkey/__init__.py rename to pyi2phosts/postkey/__init__.py diff --git a/web/postkey/admin.py b/pyi2phosts/postkey/admin.py similarity index 100% rename from web/postkey/admin.py rename to pyi2phosts/postkey/admin.py diff --git a/web/postkey/models.py b/pyi2phosts/postkey/models.py similarity index 100% rename from web/postkey/models.py rename to pyi2phosts/postkey/models.py diff --git a/web/postkey/urls.py b/pyi2phosts/postkey/urls.py similarity index 100% rename from web/postkey/urls.py rename to pyi2phosts/postkey/urls.py diff --git a/web/postkey/views.py b/pyi2phosts/postkey/views.py similarity index 100% rename from web/postkey/views.py rename to pyi2phosts/postkey/views.py diff --git a/web/settings.py b/pyi2phosts/settings.py similarity index 100% rename from web/settings.py rename to pyi2phosts/settings.py diff --git a/web/templates/404.html b/pyi2phosts/templates/404.html similarity index 100% rename from web/templates/404.html rename to pyi2phosts/templates/404.html diff --git a/web/templates/admin/base_site.html b/pyi2phosts/templates/admin/base_site.html similarity index 100% rename from web/templates/admin/base_site.html rename to pyi2phosts/templates/admin/base_site.html diff --git a/web/templates/base.html b/pyi2phosts/templates/base.html similarity index 100% rename from web/templates/base.html rename to pyi2phosts/templates/base.html diff --git a/web/templates/index.html b/pyi2phosts/templates/index.html similarity index 100% rename from web/templates/index.html rename to pyi2phosts/templates/index.html diff --git a/web/templates/jump-error.html b/pyi2phosts/templates/jump-error.html similarity index 100% rename from web/templates/jump-error.html rename to pyi2phosts/templates/jump-error.html diff --git a/web/templates/jump-unknown.html b/pyi2phosts/templates/jump-unknown.html similarity index 100% rename from web/templates/jump-unknown.html rename to pyi2phosts/templates/jump-unknown.html diff --git a/web/templates/jump.html b/pyi2phosts/templates/jump.html similarity index 100% rename from web/templates/jump.html rename to pyi2phosts/templates/jump.html diff --git a/web/templates/local/policy.html b/pyi2phosts/templates/local/policy.html similarity index 100% rename from web/templates/local/policy.html rename to pyi2phosts/templates/local/policy.html diff --git a/web/templates/postkey.html b/pyi2phosts/templates/postkey.html similarity index 100% rename from web/templates/postkey.html rename to pyi2phosts/templates/postkey.html diff --git a/web/templates/success_submission.html b/pyi2phosts/templates/success_submission.html similarity index 100% rename from web/templates/success_submission.html rename to pyi2phosts/templates/success_submission.html diff --git a/web/urls.py b/pyi2phosts/urls.py similarity index 100% rename from web/urls.py rename to pyi2phosts/urls.py diff --git a/web b/web new file mode 120000 index 0000000..23fd220 --- /dev/null +++ b/web @@ -0,0 +1 @@ +pyi2phosts \ No newline at end of file