Changes between Version 24 and Version 25 of GSOCWebSetupImplementation


Ignore:
Timestamp:
04/05/11 19:42:25 (14 years ago)
Author:
anubhav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSOCWebSetupImplementation

    v24 v25  
    22= WEB SETUP IMPLEMENTATION (Detail)=
    33
    4 == '''MODELS'''''''
     4== '''MODULES'''''''
    55   
    66=== Layout.py ===
     
    2828These 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.
    2929
    30  For creating this dict we will have to parse s3cfg.py of the selected Eden.
    31 ==== Parsing Modules/s3/s3cfg.py ====
    3230
    3331==== Def modules() : ====
     
    4947
    5048In 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''' ==
    5250===     1st_run.py                                            (This will run before the modified version of 000_config) ===
    5351