Skip to content

Commit 124e4c6

Browse files
committed
initial target link from WG
1 parent f0f2cfd commit 124e4c6

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

docs/Logic-Debug.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
Use the debugger as shown below. Note you can stop in lambda functions.
1010

11+
* Key point: ***rows are instances of your Data Model classes*** (`database/models.py`). These classes define the attributes and relationships; this information powers IDE code completion, the debugger, etc.
12+
13+
* Recall the Data Model classes were built by API Logic Server, by introspecing the database
14+
1115
![Logic Debugger](images/logic/logic-debug.png)
1216

1317
 

docs/WebGenAI-CLI.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,15 +219,21 @@ This enables you to verify all aspects of project operation, and extend GenAI fu
219219

220220
Once have exported and expanded the tar file:
221221

222-
1. Setup your virtual environment - see [Virual Environment](Project-Env.md){:target="_blank" rel="noopener"}
222+
![exported](images/web_genai/export/downloaded.png)
223223

224-
* Note: in some configurations of VSCode (e.g., mac multiple projects in the same window), it may not allow you specif your virtual environment. You can fix this:
224+
1. Setup your virtual environment - see [Virual Environment](Project-Env.md){:target="_blank" rel="noopener"}.
225+
226+
* You can create a new venv, but it's simplest just to use the one used by the Manager.
227+
228+
* Note: in some configurations of VSCode (e.g., mac multiple projects in the same window), it may not allow you to specify your virtual environment. You can fix this:
225229

226230
* Set the proper virtual environment in `.vscode/settings.json`: ` "python.defaultInterpreterPath": "~/dev/ApiLogicServer/ApiLogicServer-dev/build_and_test/ApiLogicServer/venv/bin/python"`
227231
* Rename the project
228232

229233
2. You should then be able to open and run the exported project in your IDE,
230234

235+
236+
231237
 
232238

233239
### wg_rules and IDE rules
826 KB
Loading

0 commit comments

Comments
 (0)