diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9345c2e..420212b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,7 +11,7 @@ "forwardPorts": [8000], // Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": "pip install -r requirements.txt && wget -O SIMPLE.db https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-binary/main/SIMPLE.db && python simple_app/app_simple.py -d" + "postCreateCommand": "pip install -r requirements.txt && wget -O SIMPLE.db https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-binary/main/SIMPLE.db && python -m simple_app.app_simple -d" // Configure tool-specific properties. // "customizations": {}, diff --git a/simple_app/templates/about.html b/simple_app/templates/about.html index 7a7dd29..cb1709e 100644 --- a/simple_app/templates/about.html +++ b/simple_app/templates/about.html @@ -18,7 +18,7 @@
We are currently working on including kinematics, spectra, images, and modelled and retrieved parameters.
We are developing several different methods to interact with the database, including python,
- a website and API, and database browsers.
+ a website and API, and database browsers.
This database uses the
SQLAlchemy ORM and is designed to be interacted with via the
astrodbkit2 package.
@@ -37,16 +37,16 @@
- We want your help. No, really.
+ We want your help. No, really.
There may be a little voice inside your head that is telling you that you’re not ready to
be an open-source contributor; that your skills aren’t nearly good enough to contribute.
What could you possibly offer a project like this one?
- We assure you - the little voice in your head is wrong.
+ We assure you - the little voice in your head is wrong.
If you can write code at all, you can contribute code to open source.
Contributing to open-source projects is a fantastic way to advance one’s coding skills.
Writing perfect code isn’t the measure of a good developer (that would disqualify all of us!);
it’s trying to create something, making mistakes, and learning from those mistakes.
- That’s how we all improve, and we are happy to help others learn.
+ That’s how we all improve, and we are happy to help others learn.
Being an open-source contributor doesn’t just mean writing code, either.
You can help by writing documentation, tests, or even giving feedback about the project
(and yes - that includes giving feedback about the contribution process).
diff --git a/simple_app/templates/index_simple.html b/simple_app/templates/index_simple.html
index ddf91f8..09710ce 100644
--- a/simple_app/templates/index_simple.html
+++ b/simple_app/templates/index_simple.html
@@ -42,31 +42,29 @@