Re: Model design question

2012-05-18 Thread oneroler
Mike, Anssi, Thank you for your replies. I will give this a shot and see if I can get it to work. Sam On Thursday, May 17, 2012 9:59:40 PM UTC-7, akaariai wrote: > > On May 18, 5:25 am, oneroler <samuel.ha...@gmail.com> wrote: > > Thanks Mike, that is what I was origina

Re: Model design question

2012-05-17 Thread oneroler
strategy to a division. I was hoping to find a solution where the strategy for a division is constrained by the strategies assigned to its respective business. On Thursday, May 17, 2012 5:55:11 PM UTC-7, Mike Dewhirst wrote: > > On 18/05/2012 7:02am, oneroler wrote: > > I'm trying to se

Model design question

2012-05-17 Thread oneroler
I'm trying to setup my first app and I'm trying to figure out the best way to have constraints on a particular field (strategy for class Division noted below). Below is the basic model structure. What I would like is for the strategy under a Division to be constrained to the strategies

Quick tutorial question

2012-04-11 Thread oneroler
I'm working through the tutorial and was setting up the admin site for the polls app. I noticed in the "Select Poll to Change" section that it was showing "poll object" rather than "what's up" or the question associated with the poll. Same is true on the Choice area of admin, the dropdown for

Tutorial issue with admin

2012-04-10 Thread oneroler
I'm working on the tutorial and ran across an issue that I can't figure out. In the admin site in "Select Polls to Change" instead of displaying the question associated with the poll (e.g. "What's up") it displays "poll object" for all polls. I've attached a screen shot of the issue. Below

Re: New to Django, need some help with tutorial

2011-06-07 Thread oneroler
Below is the information on adding python to your windows path from the python website http://docs.python.org/faq/windows.html for windows 7 you just go into 'edit environment variables for your account' under system in control panel and add your python path (e.g. c:\python27) to the 'Path'