diff --git a/personalWebpage/manage.py b/manage.py similarity index 100% rename from personalWebpage/manage.py rename to manage.py diff --git a/personalWebpage/personalWebpage/__init__.py b/personalWebpage/__init__.py similarity index 100% rename from personalWebpage/personalWebpage/__init__.py rename to personalWebpage/__init__.py diff --git a/personalWebpage/personalWebpage/asgi.py b/personalWebpage/asgi.py similarity index 100% rename from personalWebpage/personalWebpage/asgi.py rename to personalWebpage/asgi.py diff --git a/personalWebpage/personalWebpage/settings.py b/personalWebpage/settings.py similarity index 98% rename from personalWebpage/personalWebpage/settings.py rename to personalWebpage/settings.py index fd40936..d493f94 100755 --- a/personalWebpage/personalWebpage/settings.py +++ b/personalWebpage/settings.py @@ -29,7 +29,7 @@ with open("/home/django/secret_key.txt") as f: # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ["yari.fai.st", "localhost"] +ALLOWED_HOSTS = ["yari.fai.st", "127.0.0.1"] CSRF_COOKIE_SECURE = True SESSION_COOKIE_SECURE = True # Application definition diff --git a/personalWebpage/personalWebpage/urls.py b/personalWebpage/urls.py similarity index 100% rename from personalWebpage/personalWebpage/urls.py rename to personalWebpage/urls.py diff --git a/personalWebpage/personalWebpage/wsgi.py b/personalWebpage/wsgi.py similarity index 100% rename from personalWebpage/personalWebpage/wsgi.py rename to personalWebpage/wsgi.py diff --git a/personalWebpage/webpage/__init__.py b/webpage/__init__.py similarity index 100% rename from personalWebpage/webpage/__init__.py rename to webpage/__init__.py diff --git a/personalWebpage/webpage/admin.py b/webpage/admin.py similarity index 100% rename from personalWebpage/webpage/admin.py rename to webpage/admin.py diff --git a/personalWebpage/webpage/apps.py b/webpage/apps.py similarity index 60% rename from personalWebpage/webpage/apps.py rename to webpage/apps.py index 7a75784..36259cb 100644 --- a/personalWebpage/webpage/apps.py +++ b/webpage/apps.py @@ -1,6 +1,4 @@ from django.apps import AppConfig - class ConfigWebpage(AppConfig): - default_auto_field = 'django.db.models.BigAutoField' name = 'webpage' diff --git a/personalWebpage/webpage/forms.py b/webpage/forms.py similarity index 100% rename from personalWebpage/webpage/forms.py rename to webpage/forms.py diff --git a/personalWebpage/webpage/models.py b/webpage/models.py similarity index 100% rename from personalWebpage/webpage/models.py rename to webpage/models.py diff --git a/personalWebpage/webpage/static/ads/ads b/webpage/static/ads/ads similarity index 100% rename from personalWebpage/webpage/static/ads/ads rename to webpage/static/ads/ads diff --git a/personalWebpage/webpage/static/ads/hor/buynow.gif b/webpage/static/ads/hor/buynow.gif similarity index 100% rename from personalWebpage/webpage/static/ads/hor/buynow.gif rename to webpage/static/ads/hor/buynow.gif diff --git a/personalWebpage/webpage/static/ads/hor/catgirl.png b/webpage/static/ads/hor/catgirl.png similarity index 100% rename from personalWebpage/webpage/static/ads/hor/catgirl.png rename to webpage/static/ads/hor/catgirl.png diff --git a/personalWebpage/webpage/static/ads/hor/gay.jpg b/webpage/static/ads/hor/gay.jpg similarity index 100% rename from personalWebpage/webpage/static/ads/hor/gay.jpg rename to webpage/static/ads/hor/gay.jpg diff --git a/personalWebpage/webpage/static/ads/hor/ie.png b/webpage/static/ads/hor/ie.png similarity index 100% rename from personalWebpage/webpage/static/ads/hor/ie.png rename to webpage/static/ads/hor/ie.png diff --git a/personalWebpage/webpage/static/ads/hor/lies.jpg b/webpage/static/ads/hor/lies.jpg similarity index 100% rename from personalWebpage/webpage/static/ads/hor/lies.jpg rename to webpage/static/ads/hor/lies.jpg diff --git a/personalWebpage/webpage/static/ads/hor/orb.gif b/webpage/static/ads/hor/orb.gif similarity index 100% rename from personalWebpage/webpage/static/ads/hor/orb.gif rename to webpage/static/ads/hor/orb.gif diff --git a/personalWebpage/webpage/static/ads/hor/ram.png b/webpage/static/ads/hor/ram.png similarity index 100% rename from personalWebpage/webpage/static/ads/hor/ram.png rename to webpage/static/ads/hor/ram.png diff --git a/personalWebpage/webpage/static/background/about.png b/webpage/static/background/about.png similarity index 100% rename from personalWebpage/webpage/static/background/about.png rename to webpage/static/background/about.png diff --git a/personalWebpage/webpage/static/background/index.png b/webpage/static/background/index.png similarity index 100% rename from personalWebpage/webpage/static/background/index.png rename to webpage/static/background/index.png diff --git a/personalWebpage/webpage/static/icon.png b/webpage/static/icon.png similarity index 100% rename from personalWebpage/webpage/static/icon.png rename to webpage/static/icon.png diff --git a/personalWebpage/webpage/static/icons/88x31/cronut.cafe.gif b/webpage/static/icons/88x31/cronut.cafe.gif similarity index 100% rename from personalWebpage/webpage/static/icons/88x31/cronut.cafe.gif rename to webpage/static/icons/88x31/cronut.cafe.gif diff --git a/personalWebpage/webpage/static/icons/88x31/dendy.cat.png b/webpage/static/icons/88x31/dendy.cat.png similarity index 100% rename from personalWebpage/webpage/static/icons/88x31/dendy.cat.png rename to webpage/static/icons/88x31/dendy.cat.png diff --git a/personalWebpage/webpage/static/icons/88x31/lustli.online.png b/webpage/static/icons/88x31/lustli.online.png similarity index 100% rename from personalWebpage/webpage/static/icons/88x31/lustli.online.png rename to webpage/static/icons/88x31/lustli.online.png diff --git a/personalWebpage/webpage/static/icons/88x31/moth.monster.png b/webpage/static/icons/88x31/moth.monster.png similarity index 100% rename from personalWebpage/webpage/static/icons/88x31/moth.monster.png rename to webpage/static/icons/88x31/moth.monster.png diff --git a/personalWebpage/webpage/static/icons/88x31/remiiiiii.online.png b/webpage/static/icons/88x31/remiiiiii.online.png similarity index 100% rename from personalWebpage/webpage/static/icons/88x31/remiiiiii.online.png rename to webpage/static/icons/88x31/remiiiiii.online.png diff --git a/personalWebpage/webpage/static/icons/banner/discord.gif b/webpage/static/icons/banner/discord.gif similarity index 100% rename from personalWebpage/webpage/static/icons/banner/discord.gif rename to webpage/static/icons/banner/discord.gif diff --git a/personalWebpage/webpage/static/icons/banner/gay.png b/webpage/static/icons/banner/gay.png similarity index 100% rename from personalWebpage/webpage/static/icons/banner/gay.png rename to webpage/static/icons/banner/gay.png diff --git a/personalWebpage/webpage/static/icons/banner/html.gif b/webpage/static/icons/banner/html.gif similarity index 100% rename from personalWebpage/webpage/static/icons/banner/html.gif rename to webpage/static/icons/banner/html.gif diff --git a/personalWebpage/webpage/static/icons/banner/ie.gif b/webpage/static/icons/banner/ie.gif similarity index 100% rename from personalWebpage/webpage/static/icons/banner/ie.gif rename to webpage/static/icons/banner/ie.gif diff --git a/personalWebpage/webpage/static/icons/banner/linux.png b/webpage/static/icons/banner/linux.png similarity index 100% rename from personalWebpage/webpage/static/icons/banner/linux.png rename to webpage/static/icons/banner/linux.png diff --git a/personalWebpage/webpage/static/icons/banner/showbroslove.jpg b/webpage/static/icons/banner/showbroslove.jpg similarity index 100% rename from personalWebpage/webpage/static/icons/banner/showbroslove.jpg rename to webpage/static/icons/banner/showbroslove.jpg diff --git a/personalWebpage/webpage/static/icons/banner/transgender.png b/webpage/static/icons/banner/transgender.png similarity index 100% rename from personalWebpage/webpage/static/icons/banner/transgender.png rename to webpage/static/icons/banner/transgender.png diff --git a/personalWebpage/webpage/static/icons/banner/www.gif b/webpage/static/icons/banner/www.gif similarity index 100% rename from personalWebpage/webpage/static/icons/banner/www.gif rename to webpage/static/icons/banner/www.gif diff --git a/personalWebpage/webpage/static/icons/bizcochito.gif b/webpage/static/icons/bizcochito.gif similarity index 100% rename from personalWebpage/webpage/static/icons/bizcochito.gif rename to webpage/static/icons/bizcochito.gif diff --git a/personalWebpage/webpage/static/icons/coconut.png b/webpage/static/icons/coconut.png similarity index 100% rename from personalWebpage/webpage/static/icons/coconut.png rename to webpage/static/icons/coconut.png diff --git a/personalWebpage/webpage/static/icons/fediring.png b/webpage/static/icons/fediring.png similarity index 100% rename from personalWebpage/webpage/static/icons/fediring.png rename to webpage/static/icons/fediring.png diff --git a/personalWebpage/webpage/static/icons/gif/14690442-66aa-4720-b49e-235cc3bd173b b/webpage/static/icons/gif/14690442-66aa-4720-b49e-235cc3bd173b similarity index 100% rename from personalWebpage/webpage/static/icons/gif/14690442-66aa-4720-b49e-235cc3bd173b rename to webpage/static/icons/gif/14690442-66aa-4720-b49e-235cc3bd173b diff --git a/personalWebpage/webpage/static/icons/gif/45ddd68a-20bd-47cf-beda-8244f17ba8fd b/webpage/static/icons/gif/45ddd68a-20bd-47cf-beda-8244f17ba8fd similarity index 100% rename from personalWebpage/webpage/static/icons/gif/45ddd68a-20bd-47cf-beda-8244f17ba8fd rename to webpage/static/icons/gif/45ddd68a-20bd-47cf-beda-8244f17ba8fd diff --git a/personalWebpage/webpage/static/icons/gif/4a54e121-3552-4c46-ad19-657ee91375b0 b/webpage/static/icons/gif/4a54e121-3552-4c46-ad19-657ee91375b0 similarity index 100% rename from personalWebpage/webpage/static/icons/gif/4a54e121-3552-4c46-ad19-657ee91375b0 rename to webpage/static/icons/gif/4a54e121-3552-4c46-ad19-657ee91375b0 diff --git a/personalWebpage/webpage/static/icons/gif/4a5b8e4a-8cfb-415b-92d9-19438b815ea0 b/webpage/static/icons/gif/4a5b8e4a-8cfb-415b-92d9-19438b815ea0 similarity index 100% rename from personalWebpage/webpage/static/icons/gif/4a5b8e4a-8cfb-415b-92d9-19438b815ea0 rename to webpage/static/icons/gif/4a5b8e4a-8cfb-415b-92d9-19438b815ea0 diff --git a/personalWebpage/webpage/static/icons/gif/7464e43c-6263-42d3-83f6-c67714d7f14c b/webpage/static/icons/gif/7464e43c-6263-42d3-83f6-c67714d7f14c similarity index 100% rename from personalWebpage/webpage/static/icons/gif/7464e43c-6263-42d3-83f6-c67714d7f14c rename to webpage/static/icons/gif/7464e43c-6263-42d3-83f6-c67714d7f14c diff --git a/personalWebpage/webpage/static/icons/gif/I‘m-not-a-robot.gif b/webpage/static/icons/gif/I‘m-not-a-robot.gif similarity index 100% rename from personalWebpage/webpage/static/icons/gif/I‘m-not-a-robot.gif rename to webpage/static/icons/gif/I‘m-not-a-robot.gif diff --git a/personalWebpage/webpage/static/icons/gif/banana.gif b/webpage/static/icons/gif/banana.gif similarity index 100% rename from personalWebpage/webpage/static/icons/gif/banana.gif rename to webpage/static/icons/gif/banana.gif diff --git a/personalWebpage/webpage/static/icons/gif/be283934-1c73-4158-aec0-d21723b29263 b/webpage/static/icons/gif/be283934-1c73-4158-aec0-d21723b29263 similarity index 100% rename from personalWebpage/webpage/static/icons/gif/be283934-1c73-4158-aec0-d21723b29263 rename to webpage/static/icons/gif/be283934-1c73-4158-aec0-d21723b29263 diff --git a/personalWebpage/webpage/static/icons/gif/blobcat.gif b/webpage/static/icons/gif/blobcat.gif similarity index 100% rename from personalWebpage/webpage/static/icons/gif/blobcat.gif rename to webpage/static/icons/gif/blobcat.gif diff --git a/personalWebpage/webpage/static/icons/gif/cassette.gif b/webpage/static/icons/gif/cassette.gif similarity index 100% rename from personalWebpage/webpage/static/icons/gif/cassette.gif rename to webpage/static/icons/gif/cassette.gif diff --git a/personalWebpage/webpage/static/icons/gif/dda55ea8-69f6-4785-8a06-cb1d23e96c3f b/webpage/static/icons/gif/dda55ea8-69f6-4785-8a06-cb1d23e96c3f similarity index 100% rename from personalWebpage/webpage/static/icons/gif/dda55ea8-69f6-4785-8a06-cb1d23e96c3f rename to webpage/static/icons/gif/dda55ea8-69f6-4785-8a06-cb1d23e96c3f diff --git a/personalWebpage/webpage/static/icons/gif/deviantart_321712895_Catgirls Stamp-web.jpg b/webpage/static/icons/gif/deviantart_321712895_Catgirls Stamp-web.jpg similarity index 100% rename from personalWebpage/webpage/static/icons/gif/deviantart_321712895_Catgirls Stamp-web.jpg rename to webpage/static/icons/gif/deviantart_321712895_Catgirls Stamp-web.jpg diff --git a/personalWebpage/webpage/static/icons/gif/drancingmoe.gif b/webpage/static/icons/gif/drancingmoe.gif similarity index 100% rename from personalWebpage/webpage/static/icons/gif/drancingmoe.gif rename to webpage/static/icons/gif/drancingmoe.gif diff --git a/personalWebpage/webpage/static/icons/gif/enby.gif b/webpage/static/icons/gif/enby.gif similarity index 100% rename from personalWebpage/webpage/static/icons/gif/enby.gif rename to webpage/static/icons/gif/enby.gif diff --git a/personalWebpage/webpage/static/icons/gif/hatkid.gif b/webpage/static/icons/gif/hatkid.gif similarity index 100% rename from personalWebpage/webpage/static/icons/gif/hatkid.gif rename to webpage/static/icons/gif/hatkid.gif diff --git a/personalWebpage/webpage/static/icons/gif/milk.png b/webpage/static/icons/gif/milk.png similarity index 100% rename from personalWebpage/webpage/static/icons/gif/milk.png rename to webpage/static/icons/gif/milk.png diff --git a/personalWebpage/webpage/static/icons/gif/parrot.gif b/webpage/static/icons/gif/parrot.gif similarity index 100% rename from personalWebpage/webpage/static/icons/gif/parrot.gif rename to webpage/static/icons/gif/parrot.gif diff --git a/personalWebpage/webpage/static/icons/gif/pumpum.gif b/webpage/static/icons/gif/pumpum.gif similarity index 100% rename from personalWebpage/webpage/static/icons/gif/pumpum.gif rename to webpage/static/icons/gif/pumpum.gif diff --git a/personalWebpage/webpage/static/icons/gif/webpublic-895a097c-fafd-412d-8428-162845805804 b/webpage/static/icons/gif/webpublic-895a097c-fafd-412d-8428-162845805804 similarity index 100% rename from personalWebpage/webpage/static/icons/gif/webpublic-895a097c-fafd-412d-8428-162845805804 rename to webpage/static/icons/gif/webpublic-895a097c-fafd-412d-8428-162845805804 diff --git a/personalWebpage/webpage/static/icons/last.png b/webpage/static/icons/last.png similarity index 100% rename from personalWebpage/webpage/static/icons/last.png rename to webpage/static/icons/last.png diff --git a/personalWebpage/webpage/static/icons/next.png b/webpage/static/icons/next.png similarity index 100% rename from personalWebpage/webpage/static/icons/next.png rename to webpage/static/icons/next.png diff --git a/personalWebpage/webpage/static/style.css b/webpage/static/style.css similarity index 100% rename from personalWebpage/webpage/static/style.css rename to webpage/static/style.css diff --git a/personalWebpage/webpage/templates/about.html b/webpage/templates/about.html similarity index 100% rename from personalWebpage/webpage/templates/about.html rename to webpage/templates/about.html diff --git a/personalWebpage/webpage/templates/fediring.html b/webpage/templates/fediring.html similarity index 100% rename from personalWebpage/webpage/templates/fediring.html rename to webpage/templates/fediring.html diff --git a/personalWebpage/webpage/templates/head.html b/webpage/templates/head.html similarity index 100% rename from personalWebpage/webpage/templates/head.html rename to webpage/templates/head.html diff --git a/personalWebpage/webpage/templates/index.html b/webpage/templates/index.html similarity index 100% rename from personalWebpage/webpage/templates/index.html rename to webpage/templates/index.html diff --git a/personalWebpage/webpage/templates/signbook.html b/webpage/templates/signbook.html similarity index 100% rename from personalWebpage/webpage/templates/signbook.html rename to webpage/templates/signbook.html diff --git a/personalWebpage/webpage/tests.py b/webpage/tests.py similarity index 100% rename from personalWebpage/webpage/tests.py rename to webpage/tests.py diff --git a/personalWebpage/webpage/urls.py b/webpage/urls.py similarity index 100% rename from personalWebpage/webpage/urls.py rename to webpage/urls.py diff --git a/personalWebpage/webpage/views.py b/webpage/views.py similarity index 100% rename from personalWebpage/webpage/views.py rename to webpage/views.py