From d39178a4243d9378c78bcddcc7f420b30aca0346 Mon Sep 17 00:00:00 2001 From: Scripter2104 Date: Fri, 22 Nov 2024 18:42:45 +0530 Subject: [PATCH] re-deployment --- InsightLab/InsightLab/settings.py | 2 +- InsightLab/InsightLab/wsgi.py | 1 - InsightLab/requirements.txt | Bin 178 -> 0 bytes InsightLab/vercel.json | 16 ---------------- 4 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 InsightLab/requirements.txt delete mode 100644 InsightLab/vercel.json diff --git a/InsightLab/InsightLab/settings.py b/InsightLab/InsightLab/settings.py index 1dc5343..29b67b7 100644 --- a/InsightLab/InsightLab/settings.py +++ b/InsightLab/InsightLab/settings.py @@ -24,7 +24,7 @@ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ['*'] +ALLOWED_HOSTS = [] # Application definition diff --git a/InsightLab/InsightLab/wsgi.py b/InsightLab/InsightLab/wsgi.py index b0a01af..d9a1914 100644 --- a/InsightLab/InsightLab/wsgi.py +++ b/InsightLab/InsightLab/wsgi.py @@ -15,4 +15,3 @@ application = get_wsgi_application() -app = application diff --git a/InsightLab/requirements.txt b/InsightLab/requirements.txt deleted file mode 100644 index 92979f833b373b00bba37460c46d0407a0ec8a5f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 178 zcmXYrK@NgI5CrRN;!_~FLgK}nA0c6tH3kvzAdd%{88hk2R842rrDo(oVjyzosyUN$ zQBE8=aN|i$C+BUnGLjRFj(m90%NW!X%_wBJwck(7G~$!8w+9NPl;aIOKe1Nr9ogTE Ne6>qz_6z^V{S81Q8zTS! diff --git a/InsightLab/vercel.json b/InsightLab/vercel.json deleted file mode 100644 index c1c1401..0000000 --- a/InsightLab/vercel.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "builds": [{ - "src": "InsightLab/wsgi.py", - "use": "@vercel/python", - "config": { "maxLambdaSize": "15mb", "runtime": "python3.9" } - }], - "routes": [ - { - "src": "/(.*)", - "dest": "InsightLab/wsgi.py" - } - ], - "rewites": [ - {"sources": "/(.*)","destination": "/"} - ] -}