Changes between Version 7 and Version 8 of BluePrint/Messaging/Parsing
- Timestamp:
- 03/13/12 17:51:17 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Messaging/Parsing
v7 v8 13 13 14 14 We are still working on developing our [https://groups.google.com/forum/?fromgroups#!topic/sahana-eden/Vy8xT4bA_pA Profile Layer] for having deployment-specific files separated from core code, so we can start by just making this a deployment-template like [https://github.com/flavour/eden/blob/master/deployment-templates/models/000_config.py 000_config.py] copying the file to {{{modules/s3/s3parsing.py}}} for easy import into S3MSG. 15 16 == How does the code get run? == 17 18 The Inbound Message receiving task should be run via the Scheduler: 19 * https://github.com/flavour/eden/blob/master/models/zzz_1st_run.py#L18 15 20 16 21 == Parsing ==