Can Django partially process a url, then resume?

2013-09-04 Thread KentH
Hi, I've got an app where I'd like to partially process some URLs, and then afterwards have django resume & dispatch. Consider the following example: url pattern matches http://www.example.com/location/dept/some/other/info. In this example, the location can move (eg: dept relocated). And the d

FormWizard for shop checkout

2012-10-22 Thread KentH
Hi, I'm trying to use FormWizard for an e-checkout application. Trying to perform the actual "charge" in the "done" step is problematic as you can't go back if the charge fails. Is there a right way to do this? For example of what steps look like, just imagine the steps as listed in the FormW

ordering m2m query based on through table

2012-05-21 Thread KentH
I am trying to configure a m2m relationship to be ordered based on data in the through table. I assumed an 'order' attribute in the through-table's Meta class would be honored, but it's not. Bug #11850 (closed: wontfix) relates to this problem, but with no pointer as to a work-around. As custom

reusable django event/calendar app

2012-05-14 Thread KentH
Hi, Is there an event/calendar/schedule app that people currently use? All of the ones I've come across (django-schedule, django-cal-event, etc) appear to have been last modified in '07, '08, or so. I was hoping to find something compatible with current release of Django. Thanks. Kent -- Y