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: backend/README.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,16 +63,6 @@ Make sure your editor is using the correct Python virtual environment.
63
63
64
64
Modify or add SQLModel models for data and SQL tables in `./backend/app/models.py`, API endpoints in `./backend/app/api/`, CRUD (Create, Read, Update, Delete) utils in `./backend/app/crud.py`.
65
65
66
-
### Enabling Open User Registration
67
-
68
-
By default the backend has user registration disabled, but there's already a route to register users. If you want to allow users to register themselves, you can set the environment variable `USERS_OPEN_REGISTRATION` to `True` in the `.env` file.
69
-
70
-
After modifying the environment variables, restart the Docker containers to apply the changes. You can do this by running:
71
-
72
-
```console
73
-
$ docker compose up -d
74
-
```
75
-
76
66
### VS Code
77
67
78
68
There are already configurations in place to run the backend through the VS Code debugger, so that you can use breakpoints, pause and explore variables, etc.
0 commit comments