From 4fe02775d23e9507c0686fa729dfa5f62e1ff44f Mon Sep 17 00:00:00 2001 From: Mansi Agarwal Date: Tue, 21 Oct 2025 19:55:09 +0530 Subject: [PATCH 1/2] Removed redundant main.py file; manage.py handles Django admin tasks --- main.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 main.py diff --git a/main.py b/main.py deleted file mode 100644 index 9bb99e3..0000000 --- a/main.py +++ /dev/null @@ -1,6 +0,0 @@ -def main(): - print("Hello from perfectscreen!") - - -if __name__ == "__main__": - main() From 4f4750a5fb54b6d46dc34dff8ce0a07590c3c034 Mon Sep 17 00:00:00 2001 From: Mansi Agarwal Date: Wed, 22 Oct 2025 14:24:41 +0530 Subject: [PATCH 2/2] solved the error in posts.json --- data/posts.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/posts.json b/data/posts.json index 34fd991..cc92e8c 100644 --- a/data/posts.json +++ b/data/posts.json @@ -123,7 +123,7 @@ "username": "Fritz-Akam", "platform": "Linkedin", "screenshot": "images/fritz-akam-linkedin.jpeg", - "post_url": "https://www.linkedin.com/feed/update/urn:li:activity:7381226145817718784/", + "post_url": "https://www.linkedin.com/feed/update/urn:li:activity:7381226145817718784/" }, { "username": "Tchinda-BL4Z3",