You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: {{cookiecutter.project_slug}}/README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ The tests run with Pytest, modify and add tests to `./backend/app/app/tests/`.
123
123
124
124
If you need to install any additional package for the tests, add it to the file `./backend/app/tests.dockerfile`.
125
125
126
-
If you use GitLab CI the tests will automatically.
126
+
If you use GitLab CI the tests will run automatically.
127
127
128
128
### Live development with Python Jupyter Notebooks
129
129
@@ -268,6 +268,8 @@ To configure it in your stack, follow the section **Change the development "doma
268
268
269
269
After performing those steps you should be able to open: http://dev.{{cookiecutter.domain_main}} and it will be server by your stack in `localhost`.
270
270
271
+
Check all the corresponding available URLs in the section at the end.
272
+
271
273
### Change the development "domain"
272
274
273
275
If you need to use your local stack with a different domain than `localhost`, you need to make sure the domain you use points to the IP where your stack is set up. See the different ways to achieve that in the sections above (i.e. using Docker Toolbox with `local.dockertoolbox.tiangolo.com`, using `localhost.tiangolo.com` or using `dev.{{cookiecutter.domain_main}}`).
0 commit comments