Changes between Version 1 and Version 2 of AfterSOCWebSetup


Ignore:
Timestamp:
04/06/11 03:17:50 (14 years ago)
Author:
anubhav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AfterSOCWebSetup

    v1 v2  
    3131}}}
    3232
    33 == s3cfg1.py ==
     33== Code in the New file ==
     34
     35Dict of Settings:-
     36.Algo :-
     37
     38{{{
     39Settings = {"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       
     49for creating s3cfg.py
     50 
     51.Algo:-
     52{{{
     53}}}