Changes between Version 25 and Version 26 of GSOCWebSetupImplementation
- Timestamp:
- 04/05/11 19:46:10 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSOCWebSetupImplementation
v25 v26 7 7 ==== Def setting(): ==== 8 8 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. 9 These 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. 12 10 The settings is a dict with keys as the: 13 11 “categary”.”field_id” … … 26 24 27 25 }}} 26 28 27 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. 28 29 These 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. 30 We will copy that file into the modules of Web Setup and run this file. 29 31 30 32