Changes between Version 86 and Version 87 of DeveloperGuidelines
- Timestamp:
- 03/24/10 22:19:21 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines
v86 v87 1 1 [[TOC]] 2 2 = Developer Guide = 3 == Understand the Sahana mission == 3 == Introduction == 4 === Understand the Sahana mission === 4 5 Before you start on the Sahana project, understand clearly what the project is about and what it strives to accomplish. You can find most of this in the Sahana [http://www.sahana.lk/overview Overview and objectives] 5 6 6 == Join the Community==7 === Join the Community === 7 8 Sahana is developed and guided by a large community of people from around the world, with diverse expertise. As everyone is in different timezones, the heart of this community is the mailing lists, so it is important for you to join it and actively participate in the discussion. Please join a suitable [http://wiki.sahana.lk/doku.php?id=dev:mailing_list_policy mailing list] and we recommend you read the community mailing list [http://wiki.sahana.lk/doku.php/dev:community_etiquette etiquette]. Apart that you can find a lot of us on [http://www.sahana.lk/chat #Sahana IRC Chat] 8 9 9 == Install a Development Environment==10 === Install a Development Environment === 10 11 InstallationGuidelinesDeveloper 11 12 == Introduction ==13 12 14 13 === Python === … … 79 78 * http://www.postgresql.org/docs/8.1/static/sql-keywords-appendix.html 80 79 81 == Other Guidelines ==80 == Developer Guidelines == 82 81 83 82 * WSGI likes print statements to go to {{{sys.stderr}}} not {{{sys.stdout}}}: http://code.google.com/p/modwsgi/wiki/DebuggingTechniques