chore: update backend virtual environment dependencies and Django framework files

This commit is contained in:
Your Name
2026-04-09 12:16:14 +05:30
parent 1c909a3354
commit 38a19edc1d
12 changed files with 394 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from backend!")
if __name__ == "__main__":
main()