Changes between Version 24 and Version 25 of GSOCWebSetupImplementation
- Timestamp:
- 04/05/11 19:42:25 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSOCWebSetupImplementation
v24 v25 2 2 = WEB SETUP IMPLEMENTATION (Detail)= 3 3 4 == '''MOD ELS'''''''4 == '''MODULES''''''' 5 5 6 6 === Layout.py === … … 28 28 These are really useful for views as this provide the information regarding input type, the value to select from, the field name and the validation requirement. These layouts are mostly for the views. Some of these like port will also contain a validation field for the range of accepted values. 29 29 30 For creating this dict we will have to parse s3cfg.py of the selected Eden.31 ==== Parsing Modules/s3/s3cfg.py ====32 30 33 31 ==== Def modules() : ==== … … 49 47 50 48 In the modules the layout is not required, as they are stored when we run the modified form of 000_config in the models. The input types of these (name, Description, Access level) are quite fixed so they need not to be stored separately. Therefore not much help is required for the views to. 51 49 == '''MODELS''' == 52 50 === 1st_run.py (This will run before the modified version of 000_config) === 53 51