Re: a little help with the urls.py and views.py

2011-07-22 Thread Derick Felsman
bump On Jul 22, 12:15 am, Derick Felsman <derick.fels...@cbsinteractive.com> wrote: > extending from the example found here > > https://docs.djangoproject.com/en/dev/topics/db/queries/ > > what if i wanted to create a url where i would pass in a list of > authors

a little help with the urls.py and views.py

2011-07-22 Thread Derick Felsman
extending from the example found here https://docs.djangoproject.com/en/dev/topics/db/queries/ what if i wanted to create a url where i would pass in a list of authors (not necessarily a list but an unspecified number of different authors) and then query for an entry that has all of the

Re: getting django working with apache and mod_wsgi on a brand new mac with xcode 4

2011-07-15 Thread Derick Felsman
com> wrote: > On Thu, Jul 14, 2011 at 5:22 PM, Derick Felsman > > <derick.fels...@cbsinteractive.com> wrote: > > Hi, > > > I'm brand new to django and have been having trouble setting it up > > with apache and mod_wsgi on my new mac with xcode 4 installed.  Al

getting django working with apache and mod_wsgi on a brand new mac with xcode 4

2011-07-14 Thread Derick Felsman
Hi, I'm brand new to django and have been having trouble setting it up with apache and mod_wsgi on my new mac with xcode 4 installed. All the resources i've been able to find are either outdated or don't work with an xcode 4 installation. Does anyone know how to do this or know where i would be