Initialize django-mephi project with basic structure and configuration files

This commit is contained in:
Dmitry
2026-04-16 18:24:47 +03:00
commit 2290035bc0
7 changed files with 287 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from django-mephi!")
if __name__ == "__main__":
main()