Changes between Version 25 and Version 26 of GSOCWebSetupImplementation


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GSOCWebSetupImplementation

    v25 v26  
    77==== Def setting(): ====
    88
    9 
    10 These will be imported into the models so will run before the models and for the first time only
    11 The settings layout needs to be stored in here.
     9These will be imported into the models of the web setup so will run before the models .The settings layout needs to be stored in here.
    1210The settings is a dict with keys as the:
    1311             “categary”.”field_id”
     
    2624       
    2725}}}
     26
    2827These 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.
     28
     29These will be added in the modules of Eden so that they can be later be used to reduce the redundant code from s3cfg and 000_config.py.
     30We will copy that file into the modules of Web Setup and run this file.
    2931
    3032