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: .github/ISSUE_TEMPLATE/update-table.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Current name in code | Updated Name | Updated Type (may already be this type)
25
25
26
26
-[ ] Add the following items in the code
27
27
Name | Type
28
-
-- | --
28
+
-- | --
29
29
[Replace with ADD TABLE]
30
30
-[ ] Write a test for the new relationships this model will have with other models (e.g., creating a user and assigning them a set of permissions on a project) if any.
Copy file name to clipboardExpand all lines: docs/contributing/howto/run-local.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# Run backend in venv
2
2
3
3
If you have a requirement to run on your local machine or you are unable to get it to work on
4
-
Docker, do the following steps. WARNING: If you run into issues you will get limited support.
4
+
Docker, do the following steps. WARNING: If you run into issues you will get limited support.
5
5
6
6
Run these commands from the `app` directory:
7
7
8
8
1. Copy `.env.docker-example` to `.env.local`
9
-
1. Inspect `.env.local` and change values as appropriate. The file includes instructions on how to use local `postgres` and `sqlite` for the database. `sqlite` has no set up. It uses a file `db.sqlite3`. If it is not there, it automatically creates it.
10
-
1.**Mac only**: If you have a Mac, the python command may not be found and scripts will fail. Try to run python using the "python" command from the terminal. If you get an error that the python command is
9
+
1. Inspect `.env.local` and change values as appropriate. The file includes instructions on how to use local `postgres` and `sqlite` for the database. `sqlite` has no set up. It uses a file `db.sqlite3`. If it is not there, it automatically creates it.
10
+
1.**Mac only**: If you have a Mac, the python command may not be found and scripts will fail. Try to run python using the "python" command from the terminal. If you get an error that the python command is
11
11
not found, type: `alias python="python3"`
12
12
1. Run these commands from the terminal in the project root.
Copy file name to clipboardExpand all lines: docs/howto/authenticate_cognito.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ Prerequisites:
10
10
11
11
Steps:
12
12
13
-
1. Login (or register first then login) to a cognito account [here](https://hackforla-vrms-dev.auth.us-west-2.amazoncognito.com/login?client_id=3e3bi1ct2ks9rcktrde8v60v3u&response_type=token&scope=openid&redirect_uri=http://localhost:8000/admin). Do not worry if you see error messages - you will be using the url.
13
+
1. Login (or register first then login) to a cognito account [here](https://hackforla-vrms-dev.auth.us-west-2.amazoncognito.com/login?client_id=3e3bi1ct2ks9rcktrde8v60v3u&response_type=token&scope=openid&redirect_uri=http://localhost:8000/admin). Do not worry if you see error messages - you will be using the url.
1. Open [ModHeader](https://modheader.com/modheader/download). If the icon is hidden, click on the Puzzle icon in the upper right of the browser to see it.
28
+
1. Open [ModHeader](https://modheader.com/modheader/download). If the icon is hidden, click on the Puzzle icon in the upper right of the browser to see it.
29
29
30
30
1. Type the word Bearer and paste the token into [ModHeader](https://docs.modheader.com/using-modheader/introduction) Authorization: Bearer \<access_token>
0 commit comments