1.started removal of CDNs.\n 2. Improved modular structure for all parts of project including database.

This commit is contained in:
2024-08-30 23:27:28 +01:00
parent 18977c8cac
commit f9cd9ec33a
2895 changed files with 490579 additions and 7561 deletions

3
run.py
View File

@@ -13,4 +13,5 @@ Runs project.
from app import app
if __name__ == '__main__':
app.run(debug=True)
app.run(debug=True)
# app.run(debug=True, host="0.0.0.0", port=5000)