Changes between Version 1 and Version 2 of AfterSOCWebSetup
- Timestamp:
- 04/06/11 03:17:50 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AfterSOCWebSetup
v1 v2 31 31 }}} 32 32 33 == s3cfg1.py == 33 == Code in the New file == 34 35 Dict of Settings:- 36 .Algo :- 37 38 {{{ 39 Settings = {"databse.db_type" : {"nice_name" :T("Database"), 40 "description":T("Database Type: "), 41 "input_type":"select", 42 "options":['sqlite', 'sql', 'mysql'], 43 "jquery_validation_requirements”: "required lettersonly" 44 }, 45 #and similarly other options for language can be set 46 } 47 }}} 48 49 for creating s3cfg.py 50 51 .Algo:- 52 {{{ 53 }}}