From 460384e11fc7a89eb842455acd3a493625738e2b Mon Sep 17 00:00:00 2001 From: Adnan Memic Date: Mon, 17 Feb 2020 12:38:25 +0000 Subject: [PATCH] safe --- .codio | 2 +- .gitignore | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.codio b/.codio index 61d0fc9..5dcec0d 100644 --- a/.codio +++ b/.codio @@ -1,6 +1,6 @@ { "commands": { - "Setup App": "sudo apt-get update; mkdir location_app/app/databases; sudo apt-get install python3-venv; python3 -m venv location_app/venv; cd location_app; . venv/bin/activate; pip install -r requirements.txt", + "Setup App": "sudo apt-get update; mkdir location_app/app/databases location_app/app/static location_app/app/static/css location_app/app/static/js location_app/app/static/img location_app/app/templates; sudo apt-get install python3-venv; python3 -m venv location_app/venv; cd location_app; . venv/bin/activate; pip install -r requirements.txt", "Run App": "cd /home/codio/workspace/location_app; . venv/bin/activate; flask run" }, "preview": { diff --git a/.gitignore b/.gitignore index 8129b22..c2a8f19 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,6 @@ __pycache__/ venv/ # Test +# Put your test folders here +# folder_name/ *_test/ \ No newline at end of file