DRY 2 Level Navigation

2009-06-29 Thread pysports
I am currently writing a navigation system for a new site. It consists of a top level horizontal dropdown nav at the top of all the pages, along with a secondary subnav on the child pages. I have a good system working for the top level nav with DRY urls and css highlighting of the active page. Th

Re: Sports Model ( ManyToMany through Intermediary Table ) Help

2009-06-18 Thread pysports
Awesome advice. To give some context, I am building a minor league sports management system for players, family, officials, league organizers to manage local minor sports ( hockey, soccer, lacrosse, etc...). My biggest challenge so far was modelling these administration features via the admin sys

Sports Model ( ManyToMany through Intermediary Table ) Help

2009-06-18 Thread pysports
using the 'through' keyword but their example is very simple, whereas mine seems more complex. Any direction would be greatly appreciated. My paste is here http://dpaste.com/56812/ Thanks ahead of time, pysports --~--~-~--~~~---~--~~ You received this mes