Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news-transit.tcx.org.uk!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.083 X-Spam-Evidence: '*H*': 0.85; '*S*': 0.01; 'subject:Django': 0.03; 'django.': 0.05; 'suggestions,': 0.07; 'received:209.85.214.174': 0.13; 'from:addr:alec.taylor6': 0.16; 'from:name:alec taylor': 0.16; 'to:2**1': 0.21; "i'm": 0.26; 'developing': 0.26; 'message- id:@mail.gmail.com': 0.28; 'thanks': 0.31; 'received:209.85.214': 0.32; 'this.': 0.33; 'there': 0.33; 'to:addr:python-list': 0.34; 'showing': 0.34; 'but': 0.37; 'received:google.com': 0.37; 'using': 0.38; 'received:209.85': 0.38; 'i.e.': 0.39; 'subject: (': 0.40; 'received:209': 0.40; 'to:addr:python.org': 0.40; 'more': 0.61; 'subject:. ': 0.65; 'taylor': 0.67; 'websites': 0.74; 'everything,': 0.84; 'cater': 0.91; 'subject:Good': 0.97 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=FNFeLmJ8F2rr+AbgZ9aj+Q8cofXXMV3H1K1J4EfODJk=; b=wHvOLV8d0fJlDyYmF4TRT0V161P7pzsVI7sNFH/0XSiCoWU7DJAufqTiktjyDzp4XK rgpRMxazKdzNziy/Nvg/pkHg2DjMJFLxIUs2mTW41HhceBbESS03YmuOjnUqJdK0XIuu pYKCY1OB/ECkPp8/CYwbmMadzDahn02QDr+5s= MIME-Version: 1.0 Date: Fri, 30 Dec 2011 01:03:53 +1100 Subject: Good notation for showing MVC interactions (i.e. Django) From: Alec Taylor To: "comp.lang.python" , django-users@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1325167436 news.xs4all.nl 6957 [2001:888:2000:d::a6]:56397 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:18173 Good morning, I'm developing various websites and functionality to cater to various different use-cases up in Django. Is there a good notation for showing what behaviour is at each stage, i.e. using swimlanes? I use BPMN 2 notation for everything, but I feel I am overusing this, and that there would be a more suitable one for this. Thanks for all suggestions, Alec Taylor