diff --git a/frontend/.env b/frontend/.env new file mode 100644 index 0000000000000000000000000000000000000000..f752464ca612fc26e9141015d53b0bcca01a332e --- /dev/null +++ b/frontend/.env @@ -0,0 +1 @@ +CONFIGURATION_SETUP="config.ProductionConfig" \ No newline at end of file diff --git a/frontend/.flaskenv b/frontend/.flaskenv new file mode 100644 index 0000000000000000000000000000000000000000..7105c573fa3544b71fe58b8590f739ec717e4b65 --- /dev/null +++ b/frontend/.flaskenv @@ -0,0 +1 @@ +FLASK_APP=run.py \ No newline at end of file diff --git a/frontend/application/__pycache__/__init__.cpython-310.pyc b/frontend/application/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index aa7be5c5144881275093caff53dc2ab21e5fc609..0000000000000000000000000000000000000000 Binary files a/frontend/application/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/frontend/application/frontend/__pycache__/__init__.cpython-310.pyc b/frontend/application/frontend/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 9b42861d7f6ed96496eec5e0a8481bde337ff9c2..0000000000000000000000000000000000000000 Binary files a/frontend/application/frontend/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/frontend/application/frontend/__pycache__/forms.cpython-310.pyc b/frontend/application/frontend/__pycache__/forms.cpython-310.pyc deleted file mode 100644 index cb0f463b97facdc1a2becc82454ab66ba5fb8657..0000000000000000000000000000000000000000 Binary files a/frontend/application/frontend/__pycache__/forms.cpython-310.pyc and /dev/null differ diff --git a/frontend/application/frontend/__pycache__/views.cpython-310.pyc b/frontend/application/frontend/__pycache__/views.cpython-310.pyc deleted file mode 100644 index 97cee197e7a6ae680c8dff0e00dd29ea804e67f9..0000000000000000000000000000000000000000 Binary files a/frontend/application/frontend/__pycache__/views.cpython-310.pyc and /dev/null differ diff --git a/frontend/application/frontend/api/__pycache__/PostClient.cpython-310.pyc b/frontend/application/frontend/api/__pycache__/PostClient.cpython-310.pyc deleted file mode 100644 index 62c3155828248bafe8bf25f71d1d7945c25d2815..0000000000000000000000000000000000000000 Binary files a/frontend/application/frontend/api/__pycache__/PostClient.cpython-310.pyc and /dev/null differ diff --git a/frontend/application/frontend/api/__pycache__/UserClient.cpython-310.pyc b/frontend/application/frontend/api/__pycache__/UserClient.cpython-310.pyc deleted file mode 100644 index 75094ecc8f4e7eee76b6266649a617759ea6a72f..0000000000000000000000000000000000000000 Binary files a/frontend/application/frontend/api/__pycache__/UserClient.cpython-310.pyc and /dev/null differ diff --git a/frontend/application/frontend/api/__pycache__/__init__.cpython-310.pyc b/frontend/application/frontend/api/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 673372e17f1d7d961e75df42b9c6462ec9b5f292..0000000000000000000000000000000000000000 Binary files a/frontend/application/frontend/api/__pycache__/__init__.cpython-310.pyc and /dev/null differ