| 470 | == VIEWS == |
| 471 | |
| 472 | Though we have not talked about this part directly, however in the last section of index(): function we have talked about the forms that I would like to create. Most part of this code can be reused from the previous application. |
| 473 | |
| 474 | === Creating a license page : === |
| 475 | This will be created only if “FINISHED_EDITING_CONFIG_FILE” is false in the modified_config.py |
| 476 | |
| 477 | === Sending Post Method To Get The Arguments To Controllers : === |
| 478 | |
| 479 | === These Will Contain A Static Folder Containing The Css And The ExtJS === |
| 480 | |
| 481 | This part of the code is almost reusable. |
| 482 | |